powered by
Returns the model's function call when available.
get_call(x)
A function call.
A fitted mixed model.
data(mtcars) m <- lm(mpg ~ wt + cyl + vs, data = mtcars) get_call(m) m <- lme4::lmer(Sepal.Length ~ Sepal.Width + (1 | Species), data = iris) get_call(m)
Run the code above in your browser using DataLab