visR::get_attrition(adtte,
criteria_descriptions =
c(
"1. Placebo Group", "2. Be 75 years of age or older.",
"3. White", "4. Site 709"
),
criteria_conditions = c(
"TRTP=='Placebo'", "AGE>=75",
"RACE=='WHITE'", "SITEID==709"
),
subject_column_name = "USUBJID"
)
Run the code above in your browser using DataLab