R/compute.R
calc_cc_allcases_by_site_age.Rd
Tabulate the number of cases of a given condition found in the causal chain by site and by age, within the context of all cases
calc_cc_allcases_by_site_age(d, condition, sites = NULL)
d | A data object obtained from |
---|---|
condition | A string specifying the condition to tabulate causal chain
presence for. To list all possibilities, see
|
sites | An optional vector of site names to include in the tabulation.
If not provided, all sites will be used. See |
calc_cc_allcases_by_site_age(mock, condition = "Streptococcus agalactiae")