Skip to contents

Applies the Sprott-Doob 15-day Mandela threshold to OTIS b05 (Ontario provincial segregation placement counts by binned duration).

Usage

morie_otis_analyze_b05_mandela_classification(data, out_dir = NULL)

Arguments

data

b05 data.frame.

out_dir

Optional output directory.

Value

morie_otis_analysis_result.

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