Tabulates the number of SIU cases per police service per year, and
optionally per reason_for_interaction stratum.
Usage
mrm_siu_per_service_rate(
data,
service_col = "police_service",
incident_col = "date_of_incident_iso",
stratify_col = NULL
)Examples
if (FALSE) {
siu <- read.csv("SIU.csv")
mrm_siu_per_service_rate(siu)
}