ncvreg-internal {ncvreg}R Documentation

Internal ncvreg functions

Description

Internal ncvreg functions

Usage

convexMin(beta,X,penalty,a,family)
setupLambda(X,y,family,penalty,a,gamma,lambda.min,n.lambda)

Details

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.

Author(s)

Patrick Breheny <patrick.breheny@uky.edu>


[Package ncvreg version 1.0 Index]