predict.mars {mda}R Documentation

Predict method for MARS Objects

Description

Predicted values based on `mars' multivariate adaptive regression spline models.

Usage

predict.mars(object, x)

Arguments

object an object of class "mars".
x values at which predictions are to be made.

Value

the fitted values.

See Also

mars, predict, model.matrix.mars