summary.favar {FAVAR}R 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

[Package FAVAR version 0.1.3 Index]