| print.posterior.fit {MSBVAR} | R Documentation |
Prints objects of the classes "posterior.fit.VAR", "posterior.fit.BVAR", and "posterior.fit.BSVAR".
print.posterior.fit(x, ...) print.posterior.fit.BVAR(x, ...) print.posterior.fit.BSVAR(x, ...)
x |
object produced by posterior.fit |
... |
other print options |
Called for its side effect — printing the output of
posterior.fit
None
Patrick T. Brandt
szbvar,
szbsvar,
gibbs.A0,
mc.irf,
posterior.fit
## Not run:
varobj <- szbsvar(Y, p, z = NULL, lambda0, lambda1, lambda3, lambda4,
lambda5, mu5, mu6, ident, qm = 4)
A0.posterior <- gibbs.A0(varobj, N1, N2)
fit <- posterior.fit(varobj, A0.posterior)
print(fit)
## End(Not run)