predict.optR: Prediction function based on optR class

Description Usage Arguments Value

Description

Function for making predictions using OptR class

Usage

1
2
## 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


optR documentation built on May 1, 2019, 10:32 p.m.

Related to predict.optR in optR...