View source: R/factor_number.R
print.factor.number | R Documentation |
Prints a summary of a factor.number
object
## S3 method for class 'factor.number'
print(x, ...)
x |
|
... |
not used |
NULL, printed to console
factor.number
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.