variables {classifly} | R Documentation |
Extract predictor and response variables for a model object.
variables(model)
model |
model object |
Due to the way that most model objects are stored, you also need to supply the data set you used with the original data set. It currently doesn't support model fitted without using a data argument.
Hadley Wickham <h.wickham@gmail.com>