R/coef.lars.R

Defines functions coef.lars

Documented in coef.lars

coef.lars <-
function(object, ...)
{
	predict(object, type = "coefficient", ...)$coef
}

Try the lars package in your browser

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

lars documentation built on April 14, 2022, 1:06 a.m.