model_equation | R Documentation |
print model equation with generic or actual values thanks to https://stats.stackexchange.com/a/433060 for the equation part. I've added the printing and prediction
model_equation(model, newdata = NULL, ..., only_print = FALSE)
model |
a fitted glm/lm object |
newdata |
a list or dataframe with values where evaluate the prediction |
... |
additional arguments to |
only_print |
logical. TRUE if returning the equation as string |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.