predict.qboost | R Documentation |
qboost
Objects of class qboost
are constructed by qboost
.
predict.qboost
predicts values based on a qboost
object.
## S3 method for class 'qboost' predict(object, newdata, steps = NULL, ...) ## S3 method for class 'qboost' coef(object, steps = NULL, ...) ## S3 method for class 'qboost' autoplot(object, new_Y, newdata, steps = NULL, ...)
object |
( |
newdata |
( |
steps |
( |
... |
arguments passed to the print function and other methods |
new_Y |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.