predict.mars | R Documentation |
Predicted values based on ‘mars’ multivariate adaptive regression spline models.
## S3 method for class 'mars'
predict(object, newdata, ...)
object |
an object of class |
newdata |
values at which predictions are to be made. |
... |
further arguments to be passed to or from methods. |
the fitted values.
mars
,
predict
,
model.matrix.mars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.