R/coef.glmnetcr.R

Defines functions coef.glmnetcr

Documented in coef.glmnetcr

coef.glmnetcr <-
function(object,s, ...) {
	list(a0=object$a0[s],beta=object$beta[,s])
}

Try the glmnetcr package in your browser

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

glmnetcr documentation built on July 8, 2020, 6:21 p.m.