select {fanc} | R Documentation |
select from a "fanc" object for fixed value of gamma.
Description
This functions give us the loadings from a "fanc" object for fixed value of gamma.
Usage
select(x, criterion=c("BIC","AIC","CAIC","EBIC"),
gamma, scores=FALSE, df.method="active")
Arguments
x |
Fitted |
criterion |
The criterion by which to select the tuning parameter rho. One of "AIC", "BIC", "CAIC", or "EBIC". Default is "BIC". |
gamma |
The value of gamma. |
scores |
Logical flag for outputting the factor scores. Defalut is FALSE. |
df.method |
Two types of degrees of freedom are supported. If |
Value
loadings |
factor loadings |
uniquenesses |
unique variances |
Phi |
factor correlation |
scores |
factor scores |
df |
degrees of freedom (number of non-zero parameters for the lasso estimation) |
criteria |
values of AIC, BIC and CAIC |
goodness.of.fit |
values of GFI and AGFI |
rho |
a value of rho |
gamma |
a value of gamma |
Author(s)
Kei Hirose
mail@keihirose.com
References
Hirose, K. and Yamamoto, M. (2014).
Sparse estimation via nonconcave penalized likelihood in a factor analysis model,
Statistics and Computing, in press
See Also
fanc
and plot.fanc
objects.