
c08 aggregate Ruhela: non-majority religion x gender -> RC.
Source:R/otis_all_analyze.R
morie_otis_analyze_c08_ruhela_aggregate.Rdc08 aggregate Ruhela: non-majority religion x gender -> RC.
Usage
morie_otis_analyze_c08_ruhela_aggregate(data, out_dir = NULL)
morie_otis_analyze_c08_mrm_aggregate(data, out_dir = NULL)Examples
# \donttest{
otis_c08 <- morie_synth_otis("c08", n = 120L, seed = 1L)
morie_otis_analyze_c08_ruhela_aggregate(otis_c08)
#> OTIS c08 -- Aggregate RF: non-majority religion x Gender -> Individuals in RC
#> =============================================================================
#> Source file c08_individuals_in_segregation_and_restrictive_confinement_religion_by_gender.csv
#> Dataset id c08
#> Treatment column T_minority_religion
#> Outcome (count) NumberIndividuals_RestrictiveConfinement
#> Year FE EndFiscalYear
#> Covariate FEs Gender
#> Cluster group (GEE) --
#> Cells 120
#> Total outcome count 4440
#> Overdispersion (Poisson AIC - NB AIC) 1559
#>
#> Aggregate RF on c08, parallel to c05 with gender control.
#>
#> 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.
# }