Last data update: 2014.03.03

R: Internal elasticnet functions
elasticnet-internalR Documentation

Internal elasticnet functions

Description

Internal elasticnet functions

Usage

updateRR(xnew, R = NULL, xold, lambda, eps = .Machine$double.eps)
solvebeta(x, y, paras, max.steps, sparse=c("penalty","varnum"), eps = .Machine$double.eps)
rootmatrix(x)
soft(a,para)

Details

These are not to be called by the user.

Author(s)

Hui Zou and Trevor Hastie

Results