Learn R Programming

MSBVAR (version 0.5.0)

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

Description

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

Usage

print.posterior.fit(x, ...)

Arguments

Value

None

Details

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

See Also

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

Examples

Run this code
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)

Run the code above in your browser using DataLab