predict.StabilizedRegression {StabilizedRegression} | R Documentation |
Predict functions for 'StabilizedRegression' objects.
## S3 method for class 'StabilizedRegression'
predict(object, newdata, predictive_model = FALSE, ...)
object |
object of class 'StabilizedRegression'. |
newdata |
matrix or data.frame for which the response should be predicted. |
predictive_model |
boolean. If |
... |
additional arguments affecting the prediction produced. |
Niklas Pfister