Learn R Programming

TMTI (version 1.0.1)

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

Description

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

Usage

rtTMTI_CDF(x, m, K)

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.

K

Integer; the truncation point to use.

Examples

Run this code
rtTMTI_CDF(0.05, 100, 10)

Run the code above in your browser using DataLab