print.bgvar {BGVAR} | R Documentation |
A function to generate summary output for a bgvar object.
print.bgvar(gvar.obj)
gvar.obj |
An objected fitted by |
Model Info |
Prints output regarding the prior, posterior draws, size of the |
Residual autocorrelation |
Prints summary statistics for an F-test on first order serial autocorrelation of the country models' residuals to the console. The test can be invoked by using |
Average pairwise cross-country correlation |
Prints summary statistics about average pairwise cross-country correlations of the country models' residuals per variable. The output can be constructed by invoking the command |
Martin Feldkircher
See also avg.pair.cc
, resid.corr.test
.
library(BGVAR) data(monthlyData) model.sims<-bgvar(Data=new.data,W=W,saves=100,burns=100,plag=1,hyperparm=NULL,Cpu=1,prior="SIMS",save_thin=1,eigen=TRUE,logfile=FALSE,stats=TRUE) print.bgvar(model.sims)