Description Usage Arguments Value References Examples
Use knockoff to conduct variable selection with false discovery rarte control.
1 | kobt.select(score, fdr = 0.1, type = "modified")
|
score |
An n by 2p matrix of test statistics, which includes test statistics from n samples, p variables (first p columns), and p knockoff variables (last p columns). |
fdr |
The targeted false discovery rate (FDR), the default value is 0.1. |
type |
A charactor showing the type of calculated false discovery rate: (1) modified and (2) usual FDR, the default value is modified. |
Indices of selected columns/variables in the n by p original design matrix.
candes2018panningKOBT
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.