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