View source: R/get_predictors.R
get_predictors | R Documentation |
Returns the data from all predictor variables (fixed effects).
get_predictors(x, verbose = TRUE)
x |
A fitted model. |
verbose |
Toggle messages and warnings. |
The data from all predictor variables, as data frame.
m <- lm(mpg ~ wt + cyl + vs, data = mtcars)
head(get_predictors(m))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.