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