glmnetUtils

R-CMD-check

Some quality-of-life functions to streamline the process of fitting elastic net models with glmnet, specifically:

You can install the development version from Github using devtools::install_github.

install.packages("devtools")
library(devtools)
install_github("hongooi73/glmnetUtils")
library(glmnetUtils)