
Mandela-RF on b05 – per-placement Mandela classification by year.
Source:R/otis_all_analyze.R
morie_otis_analyze_b05_mandela_classification.RdApplies the Sprott-Doob 15-day Mandela threshold to OTIS b05 (Ontario provincial segregation placement counts by binned duration).
Examples
# \donttest{
otis_b05 <- morie_synth_otis("b05", n = 120L, seed = 1L)
morie_otis_analyze_b05_mandela_classification(otis_b05)
#> Mandela-RF on OTIS b05 -- per-placement Mandela classification (Ontario provincial segregation, by fiscal year)
#> ===============================================================================================================
#> Source OTIS b05 (segregation placement counts x duration)
#> Mandela threshold Rule 43 -- 15 days (<=15 = solitary; >=16 = torture)
#> Caveat Duration-only proxy (no hours-out-of-cell in OTIS); treat as upper bound
#> Federal SD-2021 reference (CSC SIUs N=1960) Solitary 28.4%, Torture 9.9%
#> Latest provincial torture rate 21.30% -- vs federal 9.9%; higher
#>
#> Applies the Sprott-Doob Mandela-Rules duration threshold (15 days, Rule 43) to OTIS provincial segregation placements. The 'torture' bin (>=16 days) counts placements crossing the prolonged-solitary line.
# }