Learn R Programming

FAVAR (version 0.1.3)

summary.favar: Print Results of FAVAR

Description

S3 method for class "favar".

Usage

# S3 method for 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

Run this code
# NOT RUN {
# see FAVAR function
# }

Run the code above in your browser using DataLab