Learn R Programming

fnets (version 0.1.6)

plot.factor.number: Plot factor number

Description

Plots the eigenvalue ratio or information criteria from a factor.number object

Usage

# S3 method for factor.number
plot(x, ...)

Value

NULL, printed to console

Arguments

x

factor.number object

...

not used

See Also

factor.number

Examples

Run this code
library(fnets)
## Alessi, Barigozzi, and Capasso method for restricted models
abc <- factor.number(data.restricted, fm.restricted = TRUE)
print(abc)
plot(abc)

## Eigenvalue ratio method
er <- factor.number(data.restricted, method = "er", fm.restricted = TRUE)
print(er)
plot(er)

## Hallin and Liška method for unrestricted models
hl <- factor.number(data.unrestricted, fm.restricted = FALSE)
print(hl)
plot(hl)

Run the code above in your browser using DataLab