powered by
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, ...)
response_var(model, ...)
response_values(model, ...)
formula_from_mod(model, ...)
get_training_data(model, ...)
the model in question
(not used)