View source: R/summary.bgvarest.R
| summary.bgvarest | R Documentation | 
summary method for class "bgvarest".
## S3 method for class 'bgvarest'
summary(object, ci = 0.95, period = NULL, ctry = NULL, ...)
## S3 method for class 'summary.bgvarest'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
object | 
 an object of class   | 
ci | 
 a numeric between 0 and 1 specifying the probability of the credible band. Defaults to 0.95.  | 
period | 
 integer. Index of the period, for which the summary statistics should be generated.
Only used for TVP or SV models. Default is   | 
ctry | 
 character. Name of the element in argument   | 
... | 
 further arguments passed to or from other methods.  | 
x | 
 an object of class   | 
digits | 
 the number of significant digits to use when printing.  | 
summary.bgvarest returns a list of class "summary.bgvarest",
which contains summary statistics of country-specific submodels of class
summary.ctryvarest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.