Package: ensr Title: Elastic Net SearcheR Version: 0.1.0.9001 Authors@R: c( person("Peter", "DeWitt", , "peter.dewitt@ucdenver.edu", role = c("aut", "cre")), person("Tell", "Bennett", , "tell.bennett@ucdenver.edu", role = c("ctb")) ) Description: Elastic net regression models are controlled by two parameters, lambda, a measure of shrinkage, and alpha, a metric defining the model's location on the spectrum between ridge and lasso regression. glmnet provides tools for selecting lambda via cross validation but no automated methods for selection of alpha. Elastic Net SearcheR automates the simultaneous selection of both lambda and alpha. Developed, in part, with support by NICHD R03 HD094912. License: GPL-2 Encoding: UTF-8 URL: https://github.com/dewittpe/ensr LazyData: true Depends: R (>= 3.6.0), glmnet (>= 3.0) Imports: data.table, ggplot2 Suggests: digest, ggforce, gridExtra, knitr, magrittr, microbenchmark, qwraps2 (>= 0.4.0), R.rsp, rmarkdown RoxygenNote: 7.0.2 VignetteBuilder: R.rsp Repository: https://dewittpe.r-universe.dev Date/Publication: 2020-03-02 20:50:34 UTC RemoteUrl: https://github.com/dewittpe/ensr RemoteRef: HEAD RemoteSha: 0ea1560b8575a5d03d5c3a61a20ff1de383c76ba NeedsCompilation: no Packaged: 2026-07-03 05:22:21 UTC; root Author: Peter DeWitt [aut, cre], Tell Bennett [ctb] Maintainer: Peter DeWitt