powered by
Grab the RHS formula from a model object
grab_fixed_formula(model)
the right-hand side of a model's formula object
formula
a model object such as lm, glm, merMod
lm
glm
merMod
fit <- lm(Sepal.Width ~ Petal.Width, data = iris) grab_fixed_formula(fit)
Run the code above in your browser using DataLab