predict.WR | R Documentation |
Predict responses for a new sample given a WR object
## S3 method for class 'WR'
predict(object, Xpred, ...)
object |
A WR object, i.e., an output of |
Xpred |
A list holding the values of distributional and/or scalar predictors
for a held-out set awaiting prediction. The form and structure are similar to
the input |
... |
Not used. |
A list of the following
Ypred |
Predicted responses; either a vector of length |
qSup |
The input |
outOfLogSpace |
A logical vector holding whether initial predicted log mapped distributions
lie out of the log image space ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.