README.md

shinyglmnet

Shiny application that runs glmnet and cv.glmnet and produces standard plots within an interactive framework.

Installation

remotes::install_github('metrumresearchgroup/shinyglmnet')

Usage

library('shinyglmnet')

#example data
  shiny_glmnet()

#your data
  shiny_glmnet(data = list(y=y,x=x))



metrumresearchgroup/shinyglmnet documentation built on May 3, 2019, 3:40 p.m.