filtered_p(filter, test, theta, data, method = "none")
filtered_R(alpha, filter, test, theta, data, method = "none")data, if data is supplied.data, if
data is supplied. The option to supply a function is useful
when the value of the test statistic depends on which hypotheses are
filtered out at stage one. (The quantile to the filter statistics contained in (or
produced by) the filter argument.filter and/or test are functions rather than
vectors of statistics, they will be applied to data. The
functions will be passed the whole data object, and must work
over rows, etc. themselves as appropriate.test
will be adjusted for multiple testing after filtering, using the
p.adjust function in the method argument there for options.filtered_p, a matrix of p-values, possible adjusted for
multiple testing, with one row per null hypothesis and one column per
filtering fraction given in theta. For a given column, entries
which have been filtered out are NA. For filtered_R, a count of the entries in the filtered_p
result which are less than alpha.
rejection_plot for visualization of
filtered_p results.# See the vignette: Diagnostic plots for independent filteringRun the code above in your browser using DataLab