Skip to contents

Treatment T_b = 1 iff at least 2 of (MentalHealth, SuicideRisk, SuicideWatch) alerts are simultaneously active in the row. Outcome Y_b = 1 iff Number_Of_Placements >= 2 (proxy for any future readmission).

Usage

morie_otis_make_pair_b(df)

Arguments

df

OTIS placement-level data.frame.

Value

Named list list(data, T = "T_b", Y = "Y_b", covariates).

Examples

if (FALSE) { # \dontrun{
  morie_otis_make_pair_b(morie_otis_load())
} # }