checkout_incidence.Rd
This function processes the incidence data from an object.
checkout_incidence(object, rerun = FALSE)
An object containing the raw incidence data.
A logical value indicating whether to rerun the rsvie::run
function on the object. Default is TRUE.
none
A data frame containing the processed incidence data with additional columns for time, age group, social group, and risk group.
if (FALSE) { # \dontrun{
result <- checkout_incidence(my_object)
} # }