Skip to contents

Cross-references the c11 Mandela classification against the Sprott-Doob Feb 2021 federal SIU figures (Table 19, N=1960).

Usage

morie_otis_analyze_otis_mandela_provincial_vs_federal(data, out_dir = NULL)

Arguments

data

c11 data.frame (used to derive the provincial figures).

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