
Mandela-RF cross-comparison: Ontario provincial vs federal SIU.
Source:R/otis_all_analyze.R
morie_otis_analyze_otis_mandela_provincial_vs_federal.RdCross-references the c11 Mandela classification against the Sprott-Doob Feb 2021 federal SIU figures (Table 19, N=1960).
Examples
# \donttest{
otis_c11 <- morie_synth_otis("c11", n = 120L, seed = 1L)
morie_otis_analyze_otis_mandela_provincial_vs_federal(otis_c11)
#> Mandela-RF cross-comparison -- Ontario provincial (OTIS) vs federal SIUs (Sprott-Doob T19)
#> ==========================================================================================
#> Federal SIU reference Solitary 28.4%, Torture 9.9% (N=1960)
#> Provincial peak torture-rate (Segregation) 53.6% in 2019
#> Provincial-vs-federal gap (peak) +43.7 percentage points (higher provincially)
#> Caveat Federal: person-stays + full Mandela operationalization; Provincial: individuals + duration only.
#>
#> Cross-comparison of Mandela-Rules classifications -- federal SIUs (9.9% torture headline) vs Ontario provincial (OTIS c11). Note unit + operationalization differences; the comparison is directionally informative but not perfectly apples-to-apples.
# }