Skip to contents

Robustness alternative to morie_otis_make_pair_alert_to_volatility_ruhela(): treatment = "max simultaneous flags across the year's rows >= 2"; outcome = "any placement row with regA != regB" (binary). Produces a different treatment marginal (~24\ encoding) and a binary rather than count outcome. Used side-by-side as the Naive arm of an RDF (Ruhela Dual Formulation).

Usage

morie_otis_make_pair_alert_to_volatility_naive(df)

Arguments

df

OTIS placement-level data.frame.

Value

Named list with data, T = "T_high_ac", Y = "Y_vm_any", covariates = c("Gender", "Age_Category", "EndFiscalYear").

Examples

if (FALSE) { # \dontrun{
  df <- morie_otis_load()
  morie_otis_make_pair_alert_to_volatility_naive(df)
} # }