powered by
Extracts the predictor names from an 'frm' object.
get_predictors(frm, base = TRUE, adjust = FALSE)
A character vector with the predictor names.
An object of class 'frm' from which to extract the predictor names.
Logical indicating whether to include base model predictors.
Logical indicating whether to include adjustment model predictors.
frm <- read_rp_lasso_model_rds() get_predictors(frm)
Run the code above in your browser using DataLab