Let us say, I observe 3 variables in a control condition and a treatment condition. I would like to find out whether the treatment has some effect on all 3 variables at the same time. I should mention that I cannot observe the 3 variables simultaneously. In a first experiment, I would measure variable A in control vs. treatment, in a second experiment, I would measure variable B in control vs. treatment and so on.
For each of the variables, the null hypothesis that the treatment has no effect was tested. So, I have 3 p-values, one for each variable. (and I only have access to these data, not the raw data).
I read Test for significant excess of significant p-values across multiple comparisons
Let us see whether I understand this correctly:
this would mean, I test, whether the treatment has the same effect on all 3 variables.
and this would mean, the treatment has an effect on at least one variable.
Is there also a way, to test whether there is some effect (but not necessarily the same effect) on all of the variables? Intuitively, this should be the case, if all 3 p-values are small and it would not be the case, if the maximum p-value would be large, I would say.
poolr. If understand correctly, then all functions there test the joint null-hypothesis, i.e. that there is no difference for any of the variables. The joint hypothesis would be rejected if one or more of the variables show a difference. Now, what I want to find out is whether there is a difference in all of the variables, not just in one or more. So, I think I cannot use this. But anyways, thanks for pointing this out, @mdewey~ – Fabian Rost Jun 30 '21 at 08:53