View source: R/check_inputs.R View source: R/check_inputs.R
check_inf_hist | R Documentation |
Checks that the infection history matrix is allowable given the birth dates and sampling times of the data
check_inf_hist(
antibody_data,
possible_exposure_times,
inf_hist,
verbose = FALSE
)
check_inf_hist(
antibody_data,
possible_exposure_times,
inf_hist,
verbose = FALSE
)
antibody_data |
the data frame of titer data |
possible_exposure_times |
the vector of times corresponding to entries in DOB |
inf_hist |
the starting infection history matrix |
verbose |
if TRUE, prints warning messages |
a single boolean value, FALSE if the check passes, otherwise throws an error
nothing, prints a warning
Other check_inputs:
check_attack_rates()
,
check_data()
,
check_par_tab()
,
check_proposals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.