explanatory_vars | R Documentation |
Functions for pulling various components from model objects. These work mainly for lm and glm objects. It's a future project to add facilities for other object types.
explanatory_vars(model, ...)
response_var(model, ...)
response_values(model, ...)
formula_from_mod(model, ...)
get_training_data(model, ...)
model |
the model in question |
... |
(not used) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.