tTMTI_CDF {TMTI} | R Documentation |
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)
Arguments
x |
Point in which to evaluate the CDF. |
m |
Number of independent tests to combine. |
tau |
The truncation point of the tTMTI procedure. |
Value
The probability that the test statistic is at most x assuming independence under the global null hypothesis.
Examples
tTMTI_CDF(0.05, 100, 0.05)
[Package TMTI version 1.0.3 Index]