Internal glmlep functions
SetLambda(x, y, lambda.min, nlambda, penalty.factor)
The design matrix, without an intercept.
The response vector. Quantitative for family="gaussian". For family="binomial" should be a vector with two levels.
Smallest value for lambda, as a fraction of lambda.max, the (data derived) entry value (i.e. the smallest value for which all coefficients are zero). The default depends on the sample size nobs relative to the number of variables nvars. If nobs > nvars, the default is 0.001, close to zero. If nobs < nvars, the default is 0.05.
The number of lambda
values; default is 100.
Separate penalty factors can be applied to each coefficient. This is a number that multiplies lambda to allow differential shrinkage.
These are not intended for use by users.