| predict.crch.boost | R Documentation |
Obtains various types of predictions for crch.boost models.
## S3 method for class 'crch.boost'
predict(object, newdata = NULL, mstop = NULL, ...)
object |
an object of class |
newdata |
an optional data frame in which to look for variables with which to predict. |
mstop |
stopping iteration. Can be either a character ( |
... |
further arguments passed to or from other methods. |
For type "response", "location", or "scale" a vector with
either the location or the scale of the predicted distribution.
For type "quantile" a matrix of predicted quantiles each column
corresponding to an element of at.
crch.boost,predict.crch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.