View source: R/MQR_qreg_mboost.R
predict.qreg_mboost | R Documentation |
mboost
This function returns multiple quantile predictions as an object of class MultiQR
based on a ProbCast mboost fitted model. S3 Method for for qreg_mboost
objects
## S3 method for class 'qreg_mboost'
predict(
object,
newdata = NULL,
quantiles = NULL,
model_name = NULL,
sort = T,
sort_limits = NULL,
...
)
object |
object of class |
newdata |
data.frame of observations for which to make predictions |
quantiles |
the quantiles to predict. Default is all the quantiles present in |
model_name |
the name of the model to be used for prediction.
Unless specified, |
sort |
sort quantiles using |
sort_limits |
|
... |
additional arguments passed on |
this function returns predictive quantiles for each row in newdata
,
the result is returned as a MultiQR
object
Quantile forecasts in a MultiQR
object.
Ciaran Gilbert, ciaran.gilbert@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.