R/coef.glmnet.R

Defines functions coef.glmnet

Documented in coef.glmnet

coef.glmnet=function(object,s=NULL,exact=FALSE,...)
  predict(object,s=s,type="coefficients",exact=exact)
DexGroves/glmnet documentation built on May 6, 2019, 2:12 p.m.