APML0: Augmented and Penalized Minimization Method L0

Fit linear, logistic and Cox models regularized with L0, lasso (L1), elastic-net (L1 and L2), or net (L1 and Laplacian) penalty, and their adaptive forms, such as adaptive lasso / elastic-net and net adjusting for signs of linked coefficients. It solves L0 penalty problem by simultaneously selecting regularization parameters and the number of non-zero coefficients. This augmented and penalized minimization method provides an approximation solution to the L0 penalty problem, but runs as fast as L1 regularization problem. The package uses one-step coordinate descent algorithm and runs extremely fast by taking into account the sparsity structure of coefficients. It could deal with very high dimensional data and has superior selection performance.

Version: 0.9
Depends: Matrix (≥ 1.2-10)
Imports: Rcpp (≥ 0.12.12)
LinkingTo: Rcpp, RcppEigen
Published: 2018-04-23
Author: Xiang Li, Shanghong Xie, Donglin Zeng and Yuanjia Wang
Maintainer: Xiang Li <xli256 at its.jnj.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: yes
CRAN checks: APML0 results

Downloads:

Reference manual: APML0.pdf
Package source: APML0_0.9.tar.gz
Windows binaries: r-devel: APML0_0.9.zip, r-release: APML0_0.9.zip, r-oldrel: APML0_0.9.zip
OS X binaries: r-release: APML0_0.9.tgz, r-oldrel: APML0_0.9.tgz
Old sources: APML0 archive

Linking:

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