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