explanatory_vars {LSTbook} | R Documentation |
Utilities
Description
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.
Usage
explanatory_vars(model, ...)
response_var(model, ...)
response_values(model, ...)
formula_from_mod(model, ...)
get_training_data(model, ...)
Arguments
model |
the model in question |
... |
(not used) |
[Package LSTbook version 0.5.0 Index]