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 |
... |
additional arguments affecting the prediction produced. |
Author(s)
Niklas Pfister
[Package StabilizedRegression version 1.1 Index]