Pearson chi-square + Cramer's V on every meaningful 2-way slice of the c-series datasets. Honour to Prof. Doob's chi-square tradition in Canadian corrections research.
Usage
morie_otis_analyze_c_chi2(
datasets,
contingency_value = "NumberIndividuals_RestrictiveConfinement",
out_dir = NULL
)Examples
if (FALSE) { # \dontrun{
morie_otis_analyze_c_chi2(list(c03 = otis_c03, c04 = otis_c04))
} # }