print.mfbvar: Printing method for class mfbvar

Description Usage Arguments Value Examples

View source: R/interface.R

Description

Method for printing mfbvar objects.

Usage

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

Arguments

x

object of class mfbvar

...

Currently not in use.

Value

No return value, called for side effects.

Examples

1
2
3
prior_obj <- set_prior(Y = mf_usa, n_lags = 4, n_reps = 20)
mod_minn <- estimate_mfbvar(prior_obj, prior = "minn")
mod_minn

mfbvar documentation built on Feb. 10, 2021, 5:12 p.m.