print.posterior.fit: Print method for posterior fit measures

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Prints objects of the classes "posterior.fit.VAR", "posterior.fit.BVAR", and "posterior.fit.BSVAR".

Usage

1
2
## S3 method for class 'posterior.fit'
print(x, ...)

Arguments

x

object produced by posterior.fit

,

...

other print options

Details

Called for its side effect — printing the output of posterior.fit

Value

None

Author(s)

Patrick T. Brandt

See Also

szbvar, szbsvar, gibbs.A0, gibbs.msbvar, mc.irf, posterior.fit

Examples

1
2
3
4
5
6
7
8
## 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)

MSBVAR documentation built on May 30, 2017, 1:23 a.m.