pvalueBound {ReplicationSuccess} | R Documentation |
Necessary or sufficient bounds for significance of the harmonic mean chi-squared test are computed for n one-sided p-values.
pvalueBound(alpha, n, type = "necessary")
alpha |
The significance level. |
n |
The number of p-values. |
type |
either |
The bound for the p-values.
Leonhard Held
Held, L. (2020). The harmonic mean chi-squared test to substantiate scientific findings. Journal of the Royal Statistical Society, Series C (Applied Statistics), to appear. https://arxiv.org/abs/1911.10633
pvalueBound(0.025^2, n=2, "necessary") pvalueBound(0.025^2, n=2, "sufficient")