predict.mars_multistep_fit_impl {finnts}R Documentation

Predict custom mars model

Description

Predict custom mars model

Usage

## S3 method for class 'mars_multistep_fit_impl'
predict(object, new_data, ...)

Arguments

object

model object

new_data

input data to predict

Value

predictions


[Package finnts version 0.5.0 Index]