Learn R Programming

StabilizedRegression (version 1.0)

predict.StabilizedRegression: predict function

Description

Predict functions for 'StabilizedRegression' objects.

Usage

# S3 method for StabilizedRegression
predict(object, newdata, predictive_model = FALSE, ...)

Arguments

object

object of class 'StabilizedRegression'.

newdata

matrix or data.frame for which the response should be predicted.

predictive_model

boolean. If TRUE the model SR (pred) is used to predict, if FALSE the model SR is used.

...

additional arguments affecting the prediction produced.