flare: Family of Lasso Regression

Provide the implementation of a family of Lasso variants including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating high dimensional sparse linear model. We adopt the alternating direction method of multipliers and convert the original optimization problem into a sequential L1 penalized least square minimization problem, which can be efficiently solved by linearization algorithm. A multi-stage screening approach is adopted for further acceleration. Besides the sparse linear model estimation, we also provide the extension of these Lasso variants to sparse Gaussian graphical model estimation including TIGER and CLIME using either L1 or adaptive penalty. Missing values can be tolerated for Dantzig selector and CLIME. The computation is memory-optimized using the sparse matrix output. For more information, please refer to <https://www.jmlr.org/papers/volume16/li15a/li15a.pdf>.

Version: 1.7.0.1
Depends: R (≥ 2.15.0), lattice, MASS, Matrix, igraph
Imports: methods
Published: 2022-05-23
Author: Xingguo Li, Tuo Zhao, Lie Wang, Xiaoming Yuan, and Han Liu
Maintainer: Xingguo Li <xingguo.leo at gmail.com>
License: GPL-2
NeedsCompilation: yes
In views: MissingData
CRAN checks: flare results

Documentation:

Reference manual: flare.pdf
Vignettes: vignette

Downloads:

Package source: flare_1.7.0.1.tar.gz
Windows binaries: r-devel: flare_1.7.0.1.zip, r-release: flare_1.7.0.1.zip, r-oldrel: flare_1.7.0.1.zip
macOS binaries: r-release (arm64): flare_1.7.0.1.tgz, r-oldrel (arm64): flare_1.7.0.1.tgz, r-release (x86_64): flare_1.7.0.1.tgz
Old sources: flare archive

Reverse dependencies:

Reverse depends: DNetFinder, qut
Reverse imports: SHT
Reverse suggests: CompareCausalNetworks, mcb

Linking:

Please use the canonical form https://CRAN.R-project.org/package=flare to link to this page.