R/coef.relaxed.R

Defines functions coef.relaxed

Documented in coef.relaxed

#' @method coef relaxed
#' @export
#' @export coef.relaxed
coef.relaxed=function(object,s=NULL, gamma=1,...)
    predict(object, s=s, gamma= gamma, type="coefficients",...)

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.