ncvreg-internal {ncvreg} | R Documentation |
Internal ncvreg functions
convexMin(beta,X,penalty,a,family) setupLambda(X,y,family,penalty,a,gamma,lambda.min,n.lambda)
These are not intended for use by users. convexMin
calculates the lowest index for which the penalized objective function
is locally convex. setupLambda
creates an appropriate vector
of regularization parameter values.
Patrick Breheny <patrick.breheny@uky.edu>