inst/examples/fdPlotCvGlmnet.R

library(glmnet)
library(flightdeck)
data(QuickStartExample)
cvfit <- cv.glmnet(x, y)

if (interactive()){
  #' Interctive profiles plot
  fdPlotCvGlmnet(cvfit)
}
alteryx/flightdeck documentation built on May 12, 2019, 1:39 a.m.