RelevantVariables.MDFS {MDFS} | R Documentation |
Find indices of relevant variables from MDFS
Description
Find indices of relevant variables from MDFS
Usage
## S3 method for class 'MDFS'
RelevantVariables(fs, level = 0.05, p.adjust.method = "holm", ...)
Arguments
fs |
an MDFS object |
level |
statistical significance level |
p.adjust.method |
method as accepted by |
... |
ignored |
Details
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.
Value
indices of relevant variables
[Package MDFS version 1.5.3 Index]