getModelData | R Documentation |
Returns a data frame with the variables used to fit a model.
In contrast with model.frame
, getModelData
returns the variables as they appear in the original data frame
used to fit the model.
getModelData(model)
model |
a model to which the function |
a data frame with the variables needed to fit 'model'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.