two_titre_data.Rd
A simulated dataset containing 5000 independent observations on antibody titres and the corresponding infection status. The data was simulated to resemble real influenza infection and haemagglutinin + neuraminidase titre data.
two_titre_data
A data frame with 5000 observations and 3 variables:
haemagglutinin-inhibiting (HI) titre. True simulated titre on a log scale.
neuraminidase-inhibiting titre. True simulated titre on a log scale.
influenza infection status. 1 - infected. 0 - not infected
The model behind the simulation was
$$\lambda * (1 - f(\beta_0 + \beta_1 * HI + \beta_2 * NI))$$
Where
\(f\) - Inverse logit function
\(\lambda\) = 0.5
\(\beta_0\) = -7.5
\(\beta_1\) = 2
\(\beta_2\) = 2