Skip to contents

OTIS b05 (segregation placements by consecutive duration) does not carry a demographic treatment variable – the published schema is just EndFiscalYear, Consecutive_Duration, Number_SegregationPlacements. The "Ruhela formulation" presumes a binary treatment column (typically Gender, Race, or alert status) for the aggregate RF test, so b05 has no meaningful aggregate Ruhela analysis on its own. Returns a structured "not applicable" wrapper rather than erroring so dispatcher loops over the b03..b09 family stay green.

Usage

morie_otis_analyze_b05_ruhela_aggregate(data, out_dir = NULL)

Arguments

data

b05 data.frame.

out_dir

Optional output directory (unused, accepted for parity with sibling aggregators).

Value

morie_otis_analysis_result carrying a "not applicable" note in warnings.

Examples

if (FALSE)  morie_otis_analyze_b05_ruhela_aggregate(otis_b05)  # \dontrun{}