Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 443 Bytes

eNetXplorer

R package for the quantitative exploration of elastic net families for generalized linear models.

Documentation (manual and vignette) are available in the eNetXplorer/inst/doc folder.

To install, start R and enter:

if (!require(devtools)){
  install.packages("devtools")
}
devtools::install_github("juliancandia/eNetXplorer")

For another package of interest, see also: https://github.com/hongooi73/glmnetUtils