Package: sparseGFM 0.1.0
sparseGFM: Sparse Generalized Factor Models with Multiple Penalty Functions
Implements sparse generalized factor models (sparseGFM) for dimension reduction and variable selection in high-dimensional data with automatic adaptation to weak factor scenarios. The package supports multiple data types (continuous, count, binary) through generalized linear model frameworks and handles missing values automatically. It provides 12 different penalty functions including Least Absolute Shrinkage and Selection Operator (Lasso), adaptive Lasso, Smoothly Clipped Absolute Deviation (SCAD), Minimax Concave Penalty (MCP), group Lasso, and their adaptive versions for inducing row-wise sparsity in factor loadings. Key features include cross-validation for regularization parameter selection using Sparsity Information Criterion (SIC), automatic determination of the number of factors via multiple information criteria, and specialized algorithms for row-sparse loading structures. The methodology employs alternating minimization with Singular Value Decomposition (SVD)-based identifiability constraints and is particularly effective for high-dimensional applications in genomics, economics, and social sciences where interpretable sparse dimension reduction is crucial. For penalty functions, see Tibshirani (1996) <doi:10.1111/j.2517-6161.1996.tb02080.x>, Fan and Li (2001) <doi:10.1198/016214501753382273>, and Zhang (2010) <doi:10.1214/09-AOS729>.
Authors:
sparseGFM_0.1.0.tar.gz
sparseGFM_0.1.0.zip(r-4.7)sparseGFM_0.1.0.zip(r-4.6)sparseGFM_0.1.0.zip(r-4.5)
sparseGFM_0.1.0.tgz(r-4.6-any)sparseGFM_0.1.0.tgz(r-4.5-any)
sparseGFM_0.1.0.tar.gz(r-4.7-any)sparseGFM_0.1.0.tar.gz(r-4.6-any)
sparseGFM_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sparseGFM/json (API)
| # Install 'sparseGFM' in R: |
| install.packages('sparseGFM', repos = c('https://zjwang1013.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/zjwang1013/sparsegfm/issues
dimension-reductionfactor-modelspenalized-regressionvariable-selection
Last updated from:5d4527e9c3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 128 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | OK | 132 | ||
| macos-release-arm64 | OK | 178 | ||
| macos-oldrel-arm64 | OK | 162 | ||
| windows-devel | OK | 102 | ||
| windows-release | OK | 76 | ||
| windows-oldrel | OK | 94 | ||
| wasm-release | OK | 99 |
Exports:add_identifiabilitycv.sparseGFMeval.spaceevaluate_performancefacnum.sparseGFMsparseGFM
Dependencies:codetoolsdoSNOWforeachGFMirlbaiteratorslatticeMASSMatrixRcppRcppArmadillosnow
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Apply Identifiability Constraints | add_identifiability |
| Cross-Validation for Sparse Generalized Factor Model | cv.sparseGFM |
| Evaluate Subspace Angles Between Two Matrices | eval.space |
| Evaluate Variable Selection Performance | evaluate_performance |
| Determine the Number of Factors for Sparse Generalized Factor Model | facnum.sparseGFM |
| Sparse Generalized Factor Model with Multiple Penalty Functions | sparseGFM |
