项目作者: nanxstats

项目描述 :
🧲 Multi-step adaptive estimation for reducing false positive selection in sparse regressions
高级语言: R
项目地址: git://github.com/nanxstats/msaenet.git
创建时间: 2016-09-18T08:23:59Z
项目社区:https://github.com/nanxstats/msaenet

开源协议:GNU General Public License v3.0

下载


" class="reference-link">msaenet

R-CMD-check
CRAN
status
CRAN
downloads

msaenet implements the multi-step adaptive elastic-net (MSAENet)
algorithm for feature selection in high-dimensional regressions proposed
in Xiao and Xu (2015) [PDF].

Nonconvex multi-step adaptive estimations based on MCP-net or SCAD-net
are also supported.

Check vignette("msaenet") to get started.

Installation

You can install msaenet from CRAN:

  1. install.packages("msaenet")

Or try the development version on GitHub:

  1. remotes::install_github("nanxstats/msaenet")

Citation

To cite the msaenet package in publications, please use

Nan Xiao and Qing-Song Xu. (2015). Multi-step adaptive elastic-net:
reducing false positives in high-dimensional variable selection.
Journal of Statistical Computation and Simulation 85(18), 3755–3765.

A BibTeX entry for LaTeX users is

  1. @article{xiao2015multi,
  2. title = {Multi-step adaptive elastic-net: reducing false positives in high-dimensional variable selection},
  3. author = {Nan Xiao and Qing-Song Xu},
  4. journal = {Journal of Statistical Computation and Simulation},
  5. volume = {85},
  6. number = {18},
  7. pages = {3755--3765},
  8. year = {2015},
  9. doi = {10.1080/00949655.2015.1016944}
  10. }

Adaptive Elastic-Net / Multi-Step Adaptive Elastic-Net

Adaptive MCP-Net / Multi-Step Adaptive MCP-Net

Adaptive SCAD-Net / Multi-Step Adaptive SCAD-Net

Contribute

To contribute to this project, please take a look at the Contributing
Guidelines
first. Please
note that the msaenet project is released with a Contributor Code of
Conduct
. By contributing
to this project, you agree to abide by its terms.

License

msaenet is free and open source software, licensed under GPL-3.