grab_fixed_formula | R Documentation |
Grab the RHS formula from a model object
grab_fixed_formula(model)
model |
a model object such as |
the right-hand side of a model's formula
object
fit <- lm(Sepal.Width ~ Petal.Width, data = iris) grab_fixed_formula(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.