Description Usage Arguments Value
Equi-correlated Knockoffs Creates fixed-X knockoffs using the equi-correlated method
1 | create_equi(X, randomize = FALSE)
|
X |
Design matrix to create knockoffs for. |
randomize |
If true, U tilde is a random matrix. If false, U tilde is the second half of the matrix Q, where Q is part of the QR decomposition of an nx2p matrix [U\ 0], where X = UDV^T. default is false. |
The knockoff nxp design matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.