Learn R Programming

TMTI (version 1.0.1)

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

Description

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

Usage

TMTI_CDF(x, m)

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.

Examples

Run this code
TMTI_CDF(0.05, 100)

Run the code above in your browser using DataLab