check_data: Checks the entries of data used in run_MCMC

View source: R/check_inputs.R

check_dataR Documentation

Checks the entries of data used in run_MCMC

Description

Checks the entries of data used in run_MCMC

Usage

check_data(data)

Arguments

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)

Value

nothing at the moment

See Also

Other check_inputs: check_attack_rates(), check_inf_hist(), check_par_tab(), check_proposals()

Examples

data(example_titre_dat)
check_data(example_titre_dat)

seroanalytics/serosolver documentation built on April 24, 2023, 9:52 a.m.