print.mfbvar_prior: Print method for mfbvar_prior

Description Usage Arguments Details Value See Also Examples

View source: R/interface.R

Description

Printing method for object of class mfbvar_prior, checking if information in the prior is sufficient for estimating models.

Usage

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

Arguments

x

prior object (class mfbvar_prior)

...

additional arguments (currently unused)

Details

The print method checks whether the steady-state and Minnesota priors can be used with the current specification. This check is minimal in the sense that it checks only prior elements with no defaults, and it only checks for estimation and not forecasting (for which the steady-state prior requires additional information).

Value

No return value, called for side effects.

See Also

set_prior, update_prior, estimate_mfbvar, summary.mfbvar_prior

Examples

1
2
prior_obj <- set_prior(Y = mf_usa, n_lags = 4, n_reps = 100)
print(prior_obj)

ankargren/mfbvar documentation built on Feb. 15, 2021, 6:32 a.m.