R/main.R
define_epi_sampling_parameters.Rd
Loads one or more dataframes into the SIMPLEGEN project that specify which outputs will be returned from the epidemiological model.
define_epi_sampling_parameters(
project,
daily = NULL,
sweeps = NULL,
surveys = NULL
)
a SIMPLEGEN project, as produced by the
simplegen_project()
function.
a dataframe of daily outputs.
a dataframe of outputs at specific time points.
a dataframe specifying surveys to be conducted on the population.