est_num {REFA} | R Documentation |
Estimating Factor Numbers Corresponding PCA
Description
Estimating Factor Numbers Corresponding PCA
Usage
est_num(X, kmax = 8, type = "BIC3")
Arguments
X |
Input matrix, of dimension |
kmax |
The user-supplied maximum factor numbers. |
type |
the method used. |
Value
the estimated factor numbers
Author(s)
Jiaqi Hu
References
Manuscript: Robust factor analysis with exponential squared loss
Examples
dat = gendata()
est_num(dat$Y)
[Package REFA version 0.1.0 Index]