Skip to contents

Five callables for the OTIS (Offender Tracking Information System) public-release datasets, used in the MRM (Multilevel Reconciliation Methodology) empirical companion paper. Every analysis is computed directly from the OTIS CSV files; no precomputed artifacts are required.

Value

Each mrm_otis_*() callable returns a named list with the computed statistics (concentration indices, survival curves, or association measures) and a plain-language interpretation.

Details

Functions:

The OTIS UniqueIndividual_ID column has format YYYY-XXXXX-SG and is randomly reassigned every fiscal year. Cross-year tracking is therefore invalid; all analyses below operate within fiscal year.

Examples

if (FALSE) {
  b09 <- read.csv("b09_individuals_in_segregation.csv")
  mrm_otis_placement_concentration(b09)
}