Rdocumentation
powered by
Learn R Programming
statisticalModeling (version 0.3.0)
data_from_model: Extract component parts of models
Description
Functions for extracting data and names of explanatory and response variables from a model object
Usage
data_from_model(object, ...)
explanatory_vars(object, ...)
response_var(object, ...)
Arguments
object
the model you are extracting features from.
...
additional arguments (not used)