Objects of class qboost
are constructed by qboost
.
predict.qboost
predicts values based on a qboost
object.
# S3 method for qboost
predict(object, newdata, steps = NULL, ...)
# S3 method for qboost
coef(object, steps = NULL, ...)
# S3 method for qboost
autoplot(object, new_Y, newdata, steps = NULL, ...)
Arguments
- object
(qboost
)
A qboost
object.
- newdata
(matrix
)
A matrix
of covariates for predicitons.
- steps
(integer()
)
A vector
of integers containing the corresponding steps.
- ...
arguments passed to the print function and other methods
- new_Y
(numeric()
)
A vector of responses (only for evaluation).