RelevantVariables.MDFS: Find indices of relevant variables from MDFS

View source: R/p_value.R

RelevantVariables.MDFSR 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 p.adjust ("BY" is recommended for FDR, see Details)

...

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


MDFS documentation built on May 31, 2023, 7:31 p.m.