I am trying to understand the multiple comparisons problem based on the wikipedia article below:
https://en.wikipedia.org/wiki/Multiple_comparisons_problem
In this article they take the following example:
Suppose we consider the efficacy of a drug in terms of the reduction of any one of a number of disease symptoms. As more symptoms are considered, it becomes increasingly likely that the drug will appear to be an improvement over existing drugs in terms of at least one symptom.
I don't understand why this is a problem. Because in my opinion, if I am testing a new drug to solve a disease and that disease produces a syndrome (i.e. a set of symptoms) then knowing that it may solve one symptom (with a x% confidence) is not a passed test for me.
In my opinion if I test the efficacy of the drug on n symptoms, when n increases I reduce the chance of being misled on the efficacy of the drug. Indeed, if I only test the effect of the drug on one symptom then if by misfortune the test has an error I could say that the drug is efficient.
Can someone explain to me what am I not understanding here?