Description Usage Arguments Value See Also Examples
View source: R/predict.default.R
Default method of the predict
generic
function, which can be used when the model object is empty.
1 2 |
object |
A model object, possibly empty. |
newdata |
An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used. |
... |
Additional arguments. |
A vector of predictions.
predict
from package stats.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.