all_predictors()
Each x variable (right side of ~)
all_outcomes()
Each y variable (left side of ~)
all_numeric()
Each numeric variable
all_nominal()
Each categorical variable (e.g. factor, string)
dplyr::select() helpers
dplyr::select()
starts_with('IL_'), etc.
starts_with('IL_')
05:00
01:00
03:00