Convert case counts in matching rows to NA
apply_exclusions.Rd
Mark selected points to be ignored in model fitting. This manual selection
occurs externally to the pipeline and is passed to the pipeline in an
exclusions file read with read_exclusions()
. Mechanically, the exclusions
are applied by converting specified points to NAs in the dataset. NAs are
skipped in model fitting by EpiNow2, so matched rows are excluded from the
model likelihood.
Arguments
- cases
A dataframe returned by
read_data()
- exclusions
A dataframe returned by
read_exclusions()