Description Usage Arguments Examples
This is a generic function that specifically handles predicting for models. This handles everything that needs to be done when predicting a model. For objects that do not have a defined class that specifies the kind of model this simply prints "in predictmodel.default".
1 | predictmodel(mod, new_data)
|
mod |
The model object. This will likely be empty in the default case. |
newdata |
The new data you want to predict values for. This will likely be empty in the default case. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.