check_data | R Documentation |
Checks the entries of data used in run_MCMC
check_data(data)
data |
the data frame of data to be fitted. Must have columns: group (index of group); individual (integer ID of individual); samples (numeric time of sample taken); virus (numeric time of when the virus was circulating); titre (integer of titre value against the given virus at that sampling time) |
nothing at the moment
Other check_inputs:
check_attack_rates()
,
check_inf_hist()
,
check_par_tab()
,
check_proposals()
data(example_titre_dat)
check_data(example_titre_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.