get_models | R Documentation |
Models are renamed by the formulas.
get_models(x, variables = NULL)
x |
a |
variables |
a character vector representing variables to select. |
a named list
with class ezcox_models
library(survival)
zz <- ezcox(lung, covariates = c("sex", "ph.ecog"), controls = "age", return_models = TRUE)
mds <- get_models(zz)
str(mds, max.level = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.