Separate tests vs Simultaneous tests

  • A
  • Thread starter FallenApple
  • Start date
In summary: Yes, it does take care of the ordering issue. You can see in the output that the coefficient is interpreted as the others held constant.
  • #1
FallenApple
566
61
Ok so let's say I have multiple hypothesis that I want to test. Is there an advantage to testing them separately compared to all at once?

Here is an example. Say there's a medication. We want to see how it affects males, how it affects females, and if the effect of the medication differs across gender.

Say I record baseline health and health after the treatment for each individual.

I could do a paired t test for the females. Then a paired t test for the males. Then I can do a two sample t test on the differences between males and females.

Or I can do them all at once using simultaneous inference.

Is there any draw backs for one of them vs the other?
 
Physics news on Phys.org
  • #2
If you do them separately then you need to correct for multiple comparisons, and the raw p-values will be wrong. If you do them together then they will automatically be corrected.
 
  • Like
Likes FallenApple
  • #3
Dale said:
If you do them separately then you need to correct for multiple comparisons, and the raw p-values will be wrong. If you do them together then they will automatically be corrected.

Ah ok. So then the idea is to use multiple regression?
 
  • #4
I prefer it, but in the end it should come out pretty similar.
 
  • #5
Hey FallenApple.

If they are dependent then order should be based on knowledge of what's important to test first or later on.

If they are independent then you can test them in any order.

The choice for doing so requires a bit of knowledge about both statistics and domain level knowledge.
 
  • Like
Likes FallenApple
  • #6
chiro said:
Hey FallenApple.

If they are dependent then order should be based on knowledge of what's important to test first or later on.

If they are independent then you can test them in any order.

The choice for doing so requires a bit of knowledge about both statistics and domain level knowledge.

So for example, say that in reality the difference of treatment differs across males but that it doesn't for females. And if we suspect this, then it would be wise to just do the 3rd test, that is looking a the differences of differences first. Because doing the other two would be a waste.
 
  • #7
You need to take into account what's called domain knowledge.

For example - let's say you know fact A and that leads you to think that you should do test H0 and HA because it's critical that you make sure fact A doesn't hold [or does]. Then you would do fact A.

You think about the things you know and the order they are tested in and you construct your hypotheses in the order of the facts being important to least important.

Usually though when you have multiple variables involved you do what is called a regression and you can look at specific estimates to answer things on multiple variables.

Have you ever done regression along with correlation and co-variance?
 
  • #8
chiro said:
You need to take into account what's called domain knowledge.

For example - let's say you know fact A and that leads you to think that you should do test H0 and HA because it's critical that you make sure fact A doesn't hold [or does]. Then you would do fact A.

You think about the things you know and the order they are tested in and you construct your hypotheses in the order of the facts being important to least important.

Usually though when you have multiple variables involved you do what is called a regression and you can look at specific estimates to answer things on multiple variables.

Have you ever done regression along with correlation and co-variance?
Yes I'm familiar with regression, though not an expert at it. From what I know, multiple regression allows you to adjust for many variables at once. Does that take care of the ordering issue? Because in regression outputs, the coefficient is interpretated as the others held constant.
 

1. What is the difference between separate tests and simultaneous tests?

Separate tests involve conducting multiple tests individually, while simultaneous tests involve conducting multiple tests at the same time.

2. When should separate tests be used instead of simultaneous tests?

Separate tests should be used when the tests are independent of each other and there is no risk of interference between them.

3. Is there a difference in the statistical power between separate tests and simultaneous tests?

Yes, there is a difference in statistical power between the two methods. Separate tests have a higher statistical power compared to simultaneous tests, especially when there is a smaller sample size.

4. Are there any drawbacks to using simultaneous tests?

One potential drawback of simultaneous tests is the increased risk of type I error, also known as a false positive. This occurs when a significant result is found by chance, rather than being a true effect.

5. How do you determine which method to use for a specific experiment?

The decision to use separate tests or simultaneous tests depends on the nature of the experiment and the research question being investigated. If the tests are independent and there is no risk of interference, separate tests may be more appropriate. However, if there is a need to control for multiple variables or factors, simultaneous tests may be necessary.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
819
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
Back
Top