Learn R Programming

MSBVAR (version 0.9-2)

summary.forecast: Summary functions for forecasts obtained through VAR / BVAR / B-SVAR model objects

Description

Prints a summary of the mean and quantile values for the forecasts generated through VAR / BVAR / B-SVAR model objects to standard output.

Usage

"summary"(object, probs = c(0.16,0.84), ...)

Arguments

object
Forecast object genrated through fitting a VAR, BVAR, or B-SVAR model from either forecast.VAR, forecast.BVAR, or forecast.BSVAR
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)

Value

Returns the mean forecast and the specified posterior probability interval for the forecasts.

Details

Prints a summary of the mean and quantile values for the forecasts.

See Also

summary

Examples

Run this code
## Not run: 
# summary(x)
# ## End(Not run)

Run the code above in your browser using DataLab