R/regmlelda.cv.R

Defines functions regmlelda.cv

Documented in regmlelda.cv

regmlelda.cv <- function(x, ina, lambda = seq(0, 1, by = 0.1), folds = NULL, nfolds = 10,
                         stratified = TRUE, seed = FALSE, pred.ret = FALSE) {

  Rfast2::regmlelda.cv(x, ina, lambda, folds, nfolds, stratified, seed, pred.ret)

}

Try the regda package in your browser

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

regda documentation built on Nov. 7, 2023, 1:07 a.m.