check_data | R Documentation |
Checks the entries of data used in serosolver
check_data(data, verbose = FALSE)
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) |
verbose |
if TRUE, prints warning messages |
the same data object with corrections if needed
Other check_inputs:
check_attack_rates()
,
check_inf_hist()
,
check_par_tab()
,
check_proposals()
data(example_antibody_data)
check_data(example_antibody_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.