Cross-tabulates a categorical outcome column (default
director_decision_category) by service and year, reporting both
raw counts and within-service shares. If the supplied
outcome_col is not present, looks for a few common alternatives
(director_decision, outcome).
Usage
mrm_siu_outcome_classifier(
data,
outcome_col = "director_decision_category",
service_col = "police_service"
)Examples
if (FALSE) {
siu <- read.csv("SIU.csv")
mrm_siu_outcome_classifier(siu)
}