Description Usage Arguments Details Value Author(s) See Also Examples
Prints a summary of the mean and quantile values for the forecasts generated through VAR / BVAR / B-SVAR model objects to standard output.
1 2 |
object |
Forecast object genrated through fitting a VAR, BVAR,
or B-SVAR model
from either |
probs |
vector list of probability range for quantiles. default: c(0.16,0.84) or a 68% region (approximately one standard deviation on each side of the mean) |
... |
optional arguments (ignored, but included for S3 consistency) |
Prints a summary of the mean and quantile values for the forecasts.
Returns the mean forecast and the specified posterior probability interval for the forecasts.
Patrick T. Brandt
1 2 3 4 | ## Not run:
summary(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.