predict.optR {optR}R Documentation

Prediction function based on optR class

Description

Function for making predictions using OptR class

Usage

## S3 method for class 'optR'
predict(object, newdata, na.action = na.pass, ...)

Arguments

object

: optR class fitted object

newdata

: data for prediction

na.action

: action for missing values

...

: S3 class

Value

fitted.val : Predicted values

terms : terms used for fitting


[Package optR version 1.2.5 Index]