Learn R Programming

MSBVAR (version 0.7-0)

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

## S3 method for class 'forecast':
summary(object, probs = c(0.16,0.84), ...)

Arguments

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
summary(x)

Run the code above in your browser using DataLab