
c01 aggregate Ruhela: Female -> RC count.
Source:R/otis_all_analyze.R
morie_otis_analyze_c01_ruhela_aggregate.Rdc01 aggregate Ruhela: Female -> RC count.
Usage
morie_otis_analyze_c01_ruhela_aggregate(data, out_dir = NULL)
morie_otis_analyze_c01_mrm_aggregate(data, out_dir = NULL)Examples
# \donttest{
otis_c01 <- morie_synth_otis("c01", n = 120L, seed = 1L)
morie_otis_analyze_c01_ruhela_aggregate(otis_c01)
#> OTIS c01 -- Aggregate Ruhela formulation: Female -> Individuals in RC
#> =====================================================================
#> Source file c01_individuals_in_segregation_and_restrictive_confinement_total_individuals.csv
#> Dataset id c01
#> Treatment column T_female
#> Outcome (count) NumberIndividuals_RestrictiveConfinement
#> Year FE EndFiscalYear
#> Covariate FEs none
#> Cluster group (GEE) --
#> Cells 120
#> Total outcome count 4579
#> Overdispersion (Poisson AIC - NB AIC) 1481.8
#>
#> Aggregate RF on c01: gender disparity in RC totals.
#>
#> 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.
# }