Skip to contents

Applies the 15-day threshold to OTIS c11 (Ontario provincial counts of INDIVIDUALS by binned aggregate duration). Reports both restrictive-confinement and segregation-only views.

Usage

morie_otis_analyze_c11_mandela_classification(data, out_dir = NULL)

Arguments

data

c11 data.frame.

out_dir

Optional output directory.

Value

morie_otis_analysis_result.

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). 
# }