predict.WAR | R Documentation |
Predict distributions given a WAR object
## S3 method for class 'WAR'
predict(object, n.ahead = 1, Ynew = NULL, ...)
object |
A WAR object, i.e., an output of |
n.ahead |
Number of steps ahead at which to predict. Default: 1. |
Ynew |
A |
... |
Not used. |
A list of the following elements:
Ypred |
A |
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.