Description Usage Arguments Details Value
Independent ssCTPR based on summary statistics (a.k.a. soft-thresholding)
1 2 3 4 5 6 7 8 9 |
coef |
vector/matrix of regression coefficients (r) |
adj |
vector of adjacency coefficients |
lambda |
a vector of λs |
lambda_ct |
a vector of λ_{ctp}s |
thr |
threshold to stop CD algorithm |
maxiter |
the maximum number of iterations |
trace |
controls the amount of output |
A function to find the minimum of β in
f(β)=β'β - 2β'r + 2λ||β||_1 + λ_{ct}||β-\s{t}||^{2}
where r is the vector of regression coefficients.
A list with the length equal to the number of lambda_ct, each element of the list has teh following elements
lambda |
Same as |
beta |
A matrix of estimates of β |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.