[R] [R-pkgs] glmnetUtils 1.1 now available

2017-08-02 Thread Hong Ooi via R-packages
The version 1.1 update to my glmnetUtils package is now available on CRAN. glmnetUtils provides a formula interface for the 'glmnet' package for elasticnet regression, a method for cross-validating the alpha parameter, and other quality-of-life tools. >From the NEWS.md file: - Now allows inte

[R] [R-pkgs] Package glmnetUtils now on CRAN

2017-04-26 Thread Hong Ooi via R-packages
I'm pleased to announce that the glmnetUtils package is now available on CRAN. I wrote this after using the popular glmnet package to fit elastic net models for a few customer projects, and rewriting the same boilerplate code each time. glmnetUtils provides some quality-of-life improvements for