Wilkinson wilkinson51metap
originally proposed his method in the context of
simultaneous statistical inference: the probability
of obtaining r or more significant statistics by
chance in a group of k.
The values are obtained from the Beta distribution, see
pbeta
.
If alpha
is greater than unity
it is assumed to be a percentage. Either values greater than 0.5 (assumed to
be confidence coefficient) or less than 0.5 are accepted.
The values of p_i should be such that 0 p_i 1 and a warning is given if that is not true. A warning is given if, possibly as a result of removing illegal values, fewer than two values remain and the return values are set to NA.
maximump
and
minimump
each provide a wrapper for wilkinsonp
for the special case when r = length(p)r = length(p)
or r=1 respectively and each has its own
print method.
The method of minimum p is also known as Tippett's method
tippett31metap.
becker94metapbirnbaum54metap
The plot method for class ‘metap
’ calls plotp
on the valid \(p\)-values.
Inspection of the distribution of p-values is highly recommended as extreme values in opposite directions do not cancel out. See last example. This may not be what you want.