Yes. Suppose you have N p-values from N independent studies.
Fisher's test
(EDIT - in response to @mdewey's useful comment below, it is relevant to distinguish between different meta tests. I spell out the case of another meta test mentioned by mdewey below)
The classical Fisher meta test (see Fisher (1932), "Statistical Methods for Research Workers" ) statistic
F=−2∑i=1Nln(pi)
has a
χ22N null distribution, as
−2ln(U)∼χ22 for a uniform r.v.
U.
Let χ22N(1−α) denote the (1−α)-quantile of the null distribution.
Suppose all p-values are equal to c, where, possibly, c>α. Then, F=−2Nln(c) and F>χ22N(1−α) when
c<exp(−χ22N(1−α)2N)
For example, for
α=0.05 and
N=20, the individual
p-values only need to be less than
> exp(-qchisq(0.95, df = 40)/40)
[1] 0.2480904
Of course, what the meta statistic tests is "only" the "aggregate" null that all individual nulls are true, which is to be rejected as soon as only one of the N nulls is false.
EDIT:
Here is a plot of the "admissible" p-values against N, which confirms that c grows in N, although it seems to level off at c≈0.36.
I found an upper bound for the quantiles of the χ2 distribution
χ22N(1−α)≤2N+2log(1/α)+22Nlog(1/α)−−−−−−−−−−√,
here, suggesting that
χ22N(1−α)=O(N) so that
exp(−χ22N(1−α)2N) is bounded from above by
exp(−1) as
N→∞. As
exp(−1)≈0.3679, this bound seems reasonably sharp.
Inverse Normal test (Stouffer et al., 1949)
The test statistic is given by
Z=1N−−√∑i=1NΦ−1(pi)
with
Φ−1 the standard normal quantile function. The test rejects for large negative values, viz., if
Z<−1.645 at
α=0.05. Hence, for
pi=c,
Z=N−−√Φ−1(c). When
c<0.5,
Φ−1(c)<0 and hence
Z→p−∞ as
N→∞. If
c≥0.5,
Z will take values in the acceptance region for any
N. Hence, a common p-value less than 0.5 is sufficient to produce a rejection of the meta test as
N→∞.
More specifically, Z<−1.645 if c<Φ(−1.645/N−−√), which tends to Φ(0)=0.5 from below as N→∞.