
d05 aggregate Ruhela: Age 50+ -> custodial deaths.
Source:R/otis_all_analyze.R
morie_otis_analyze_d05_ruhela_aggregate.Rdd05 aggregate Ruhela: Age 50+ -> custodial deaths.
Usage
morie_otis_analyze_d05_ruhela_aggregate(data, out_dir = NULL)
morie_otis_analyze_d05_mrm_aggregate(data, out_dir = NULL)Examples
# \donttest{
otis_d05 <- morie_synth_otis("d05", n = 120L, seed = 1L)
morie_otis_analyze_d05_ruhela_aggregate(otis_d05)
#> OTIS d05 -- Aggregate RF: Age 50+ -> Number of custodial deaths
#> ===============================================================
#> Source file d05_deaths_in_custody_age_category.csv
#> Dataset id d05
#> Treatment column T_50plus
#> Outcome (count) Number_CustodialDeaths
#> Year FE Year
#> Covariate FEs none
#> Cluster group (GEE) --
#> Cells 120
#> Total outcome count 5101
#> Overdispersion (Poisson AIC - NB AIC) 1105.4
#>
#> Aggregate RF on d05: age-50+ overrepresentation in custodial death counts; well-documented old-age mortality in custody.
#>
#> IRR > 1 ==> treatment increases the count rate; IRR < 1 ==> treatment decreases it. Concordance between Poisson and NB indicates equidispersion; large gap (Poisson AIC > NB AIC) indicates overdispersion -- trust NB.
# }