
Mandela-RF on c11 – per-individual Mandela classification by year.
Source:R/otis_all_analyze.R
morie_otis_analyze_c11_mandela_classification.RdApplies the 15-day threshold to OTIS c11 (Ontario provincial counts of INDIVIDUALS by binned aggregate duration). Reports both restrictive-confinement and segregation-only views.
Examples
# \donttest{
otis_c11 <- morie_synth_otis("c11", n = 120L, seed = 1L)
morie_otis_analyze_c11_mandela_classification(otis_c11)
#> Mandela-RF on OTIS c11 -- per-individual Mandela classification (Ontario provincial restrictive-confinement & segregation, by fiscal year)
#> ==========================================================================================================================================
#> Source OTIS c11 (individuals x aggregate duration)
#> Mandela threshold Rule 43 -- 15 days (<=15 = solitary; >=16 = torture)
#> Two views Segregation (closer match to federal SIU); Restrictive Confinement (broader Ontario)
#> Caveat Duration-only proxy -- no hours-out-of-cell in OTIS
#> Federal SD-2021 reference (N=1960) Solitary 28.4%, Torture 9.9%
#>
#> Per-individual Mandela classification on OTIS c11. The 'Segregation' view is most directly comparable to the Sprott-Doob federal SIU classification (28.4% solitary, 9.9% torture across N=1960).
# }