find.lambda: find.lambda

Description Usage Arguments Details Value Note References See Also Examples

Description

Find optimal lambda for a regularized regression

Usage

1
2
find.lambda(X, y, grp,  weights=NULL, upper=1000, intercept=TRUE, eq.eSNP=TRUE, 
            maxiter=100, tol= 0.001, method=c("AIC", "BIC"))

Arguments

X

TBD

y

TBD

grp

TBD

weights

TBD

upper

TBD

intercept

TBD

eq.eSNP

TBD

maxiter

TBD

tol

TBD

method

TBD

Details

Searches for optimal lambda that gives an AIC value near minimum. It tries a range of different lambda values when minimizing the penalized likelihood function, until finding a value that is not the maximum of the range. If the minimum AIC value is on the maximum edge of the range, it retries with a larger range.

Value

return value TBD

Note

TBD

References

TBD

See Also

TBD

Examples

1
  #TBD

lschen-stat/SNPath documentation built on May 30, 2019, 7:14 p.m.