predict.mars {mda}R Documentation

make predictions from a `mars' object

Usage

predict.mars(object, x)

Arguments

object a mars object
x values at which predictions are to be made.

Value

the fitted values

See Also

mars, predict, model.matrix.mars

Examples

## see help for mars()


[Package Contents]