powered by
Returns the data from all predictor variables (fixed effects).
get_predictors(x, verbose = TRUE)
The data from all predictor variables, as data frame.
A fitted model.
Toggle messages and warnings.
m <- lm(mpg ~ wt + cyl + vs, data = mtcars) head(get_predictors(m))
Run the code above in your browser using DataLab