summary.favar: Print Results of FAVAR

View source: R/summary.favar.R

summary.favarR Documentation

Print Results of FAVAR

Description

S3 method for class "favar".

Usage

## S3 method for class 'favar'
summary(object, xvar = NULL, ...)

Arguments

object

a "favar" object from function FAVAR.

xvar

a numeric vector, which variables in X was printed. It's a index. If it's NULL, estimation results for X = F + Y is not printed.

...

additional arguments affecting the summary produced.

Value

No return value, called for side effects

Examples

# see FAVAR function

FAVAR documentation built on May 28, 2022, 1:20 a.m.

Related to summary.favar in FAVAR...