View source: R/apply_attrition.R
apply_attrition | R Documentation |
Apply list of inclusion/exclusion criteria to a patient-level dataframe
apply_attrition(data, criteria_conditions)
data |
|
criteria_conditions |
|
Filtered data frame
adtte_filtered <- visR::apply_attrition(adtte,
criteria_conditions = c(
"TRTP=='Placebo'", "AGE>=75",
"RACE=='WHITE'", "SITEID==709"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.