Skip to contents

c05 aggregate Ruhela: non-majority religion -> RC.

Usage

morie_otis_analyze_c05_ruhela_aggregate(data, out_dir = NULL)

morie_otis_analyze_c05_mrm_aggregate(data, out_dir = NULL)

Arguments

data

c05 data.frame.

out_dir

Optional.

Value

morie_otis_analysis_result.

Examples

# \donttest{
otis_c05 <- morie_synth_otis("c05", n = 120L, seed = 1L)
morie_otis_analyze_c05_ruhela_aggregate(otis_c05)
#> OTIS c05 -- Aggregate RF: non-majority religion -> Individuals in RC
#> ====================================================================
#>   Source file                            c05_individuals_in_segregation_and_restrictive_confinement_religion_by_region.csv
#>   Dataset id                             c05
#>   Treatment column                       T_minority_religion
#>   Outcome (count)                        NumberIndividuals_RestrictiveConfinement
#>   Year FE                                EndFiscalYear
#>   Covariate FEs                          Region_MostRecentPlacement
#>   Cluster group (GEE)                    --
#>   Cells                                  120
#>   Total outcome count                    4467
#>   Overdispersion (Poisson AIC - NB AIC)  1558
#> 
#> Aggregate RF on c05 testing religious-minority overrepresentation in RC, controlling for region and year.
#> 
#> 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. 
# }