scadR | R Documentation |
Coordinate descent algorithm to solve: 0.5 x'X'Xx - x'b + 0.5 scad_penalty + 0.5 lambda2 ||x||_2^2 Function to get scad solutions given X, a reference panel, and b, regression coefficients, the correlation coefficient r in article
scadR(
lambda1,
lambda2 = 0,
gamma = 3.7,
X,
b,
thr = 1e-04,
trace = 0,
maxiter = 10000,
blocks = NULL,
x = NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.