| glmpath-internal {glmpath} | R Documentation |
Internal glmpath functions
corrector1(x, y, family, weight, active, tmpa, lambda, lambda2,
b0, a0, M0, bshoot.threshold, relax.lambda, trace,
no.iter = FALSE, eps = .Machine$double.eps)
corrector.cox(x, y, d, rslist, wlist, rept, method, active, tmpa,
lambda, b0, a0, M0, bshoot.threshold, relax.lambda,
trace, eps = .Machine$double.eps)
logplik(x, time, status, b, method = c("breslow", "efron"),
return.all=FALSE)
predictor1(b, step)
predictor.cox(b, step)
print.coxpath(x, ...)
print.glmpath(x, ...)
step.length(corrector, lambda2, min.lambda, max.arclength, add.newvars,
backshoot, h0=NULL, eps=.Machine$double.eps)
step.length.cox(corrector, x, d, rslist, wlist, min.lambda,
max.arclength, add.newvars, backshoot, approx.Gram,
h0=NULL, eps=.Machine$double.eps)
Mee Young Park and Trevor Hastie
Mee Young Park and Trevor Hastie (2006) L1 Regularization Path Algorithm for Generalized Linear Models - available at the authors' websites, http://www.stanford.edu/~mypark or http://stat.stanford.edu/~hastie/pub.htm.