predict.StabilizedRegression {StabilizedRegression}R Documentation

predict function

Description

Predict functions for 'StabilizedRegression' objects.

Usage

## S3 method for class '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.

Author(s)

Niklas Pfister


[Package StabilizedRegression version 1.1 Index]