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
)

Arguments

project

a SIMPLEGEN project, as produced by the simplegen_project() function.

daily

a dataframe of daily outputs.

sweeps

a dataframe of outputs at specific time points.

surveys

a dataframe specifying surveys to be conducted on the population.