
b06 aggregate Ruhela: Disciplinary reason -> seg placements.
Source:R/otis_all_analyze.R
morie_otis_analyze_b06_ruhela_aggregate.Rdb06 aggregate Ruhela: Disciplinary reason -> seg placements.
Usage
morie_otis_analyze_b06_ruhela_aggregate(data, out_dir = NULL)
morie_otis_analyze_b06_mrm_aggregate(data, out_dir = NULL)Examples
# \donttest{
otis_b06 <- morie_synth_otis("b06", n = 120L, seed = 1L)
morie_otis_analyze_b06_ruhela_aggregate(otis_b06)
#> OTIS b06 -- Aggregate Ruhela formulation: Disciplinary reason -> seg placements
#> ===============================================================================
#> Source file b06_segregation_placements_reason_for_placement_by_institution.csv
#> Dataset id b06
#> Treatment column T_disciplinary
#> Outcome (count) Number_SegregationPlacements
#> Year FE EndFiscalYear
#> Covariate FEs Gender, Region_AtTimeOfPlacement
#> Cluster group (GEE) Institution_AtTimeOfPlacement
#> Cells 120
#> Total outcome count 4773
#> Overdispersion (Poisson AIC - NB AIC) 1162.5
#>
#> Aggregate RF on b06 testing whether disciplinary segregation reasons produce more placements than non-disciplinary.
#>
#> 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.
# }