Predict functions for 'StabilizedRegression' objects.
# S3 method for StabilizedRegression
predict(object, newdata, predictive_model = FALSE, ...)
object of class 'StabilizedRegression'.
matrix or data.frame for which the response should be predicted.
boolean. If TRUE
the model SR
(pred) is used to predict, if FALSE
the model SR is used.
additional arguments affecting the prediction produced.