Description Usage Arguments Examples
This is a generic function for predict. It can be called on objects of any class. For objects that are not models or model family's it simply prints a message stating that you are "in predict.default".
1 | predict(mod, new_data)
|
mod |
The model or model family 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 | predict()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.