Prepare and validate incidence data for model fitting
Source:R/fit_workflow.R
chlaa_prepare_data.RdPrepare and validate incidence data for model fitting
Usage
chlaa_prepare_data(
data,
time_col = "time",
cases_col = "cases",
expected_step = NULL,
fill_missing = FALSE
)