Learn R Programming

TMTI (version 1.0.1)

tTMTI_CDF: Computes the analytical version of the tTMTI_infty CDF. When m>100, this should not be used.

Description

Computes the analytical version of the tTMTI_infty CDF. When m>100, this should not be used.

Usage

tTMTI_CDF(x, m, tau)

Value

The probability that the test statistic is at most x assuming independence under the global null hypothesis.

Arguments

x

Point in which to evaluate the CDF.

m

Number of independent tests to combine.

tau

The truncation point of the tTMTI procedure.

Examples

Run this code
tTMTI_CDF(0.05, 100, 0.05)

Run the code above in your browser using DataLab