model_response_variables | R Documentation |
Retrieve either the response variable names, the beta variable names, or beta variable names. If the model is an object of class 'lm', by default, the beta variable names will include anova significance stars.
model_response_variables(model, data = broom::augment(model))
model_beta_variables(model, data = broom::augment(model))
model_beta_label(model, data = broom::augment(model), lmStars = TRUE)
model |
model in question |
data |
equivalent to |
lmStars |
boolean that determines if stars are added to labels |
character vector of names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.