R/coef.glmnet.R

coef.glmnet=function(object,s=NULL,exact=FALSE,...)
  predict(object,s=s,type="coefficients",exact=exact)
jeffwong/glmnet documentation built on May 19, 2019, 4:02 a.m.