Ch05-detail: The detail extraction function for simulated power objects

Description Usage Arguments Value Author(s)

Description

Objects created by the pwrFDR function with option method=="simulation" are returned with an attribute named detail. This is its extractor function

Usage

1
detail(obj)

Arguments

obj

An object created by the pwrFDR function with option method=="simulation".

Value

A list with components

reps

A data frame of n.sim rows containing the results of the simulations as columns: M1, the \# of non-null distributed statistics, R, the \# of statistical tests rejected under the BH-FDR procedure, and T, the \# of true positives. Depending on the value of FDP.control.method, additional values are returned:
FDP.control.method:
"BHFDR": nothing further
"BHCLT": In addition to M1, R and T, we compute the \# tests rejected under the BH-CLT procedure, R.st, (see detail), T.st, \# non-null distributed tests rejected under the BH-CLT procedure and if sim.level=2, R.st.ht, and T.st.ht.

X

A single simulation replicate of the m raw test statistics, included as a sanity check

Author(s)

Grant Izmirlian izmirlig at mail dot nih dot gov


pwrFDR documentation built on May 12, 2021, 5:07 p.m.

Related to Ch05-detail in pwrFDR...