R/predict.cv.customizedGlmnet.R

predict.cv.customizedGlmnet <-
function(object, ...)
{
    c(predict.customizedGlmnet(object$fit, lambda = object$lambda.min, ...))
}

Try the customizedTraining package in your browser

Any scripts or data that you put into this service are public.

customizedTraining documentation built on May 2, 2019, 2:31 p.m.