R/jerr.mrelnet.R

Defines functions jerr.mrelnet

Documented in jerr.mrelnet

jerr.mrelnet=function(n,maxit,pmax){
    if(n==90000){
      msg=paste("Newton stepping for bounded multivariate response did not converge")
      list(n=n,fatal=FALSE,msg=msg)
    }
    else jerr.elnet(n,maxit,pmax)
}

Try the glmnet package in your browser

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

glmnet documentation built on Aug. 22, 2023, 9:12 a.m.