Description Usage Arguments Value Examples
View source: R/General_Functions.R
get_predictors()
returns a list with the variable names found in the model equation.
1 | get_predictors(model_eq)
|
model_eq |
A model equation as a string |
A vector with each variable found in model_eq as a string
1 2 | get_predictors("y~1")
get_predictors("y~height + weight")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.