RelevantVariables.MDFS | R Documentation |
Find indices of relevant variables from MDFS
## S3 method for class 'MDFS'
RelevantVariables(fs, level = 0.05, p.adjust.method = "holm", ...)
fs |
an MDFS object |
level |
statistical significance level |
p.adjust.method |
method as accepted by |
... |
ignored |
In case of FDR control it is recommended to use Benjamini-Hochberg-Yekutieli p-value adjustment
method ("BY"
in p.adjust
) due to unknown dependencies between tests.
indices of relevant variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.