If they held the same meeting 20 times, would they reach the same conclusion in 19 of those meetings? On a more serious note, I think that the use of the word "significant" to mean "the effect is reasonably likely to exist by some standard" should be abolished. Webster's 1913 dictionary says: > Deserving to be considered; important; momentous; as, a significant event. Statisticians don't use "significant" to mean imp…
This is extremely important and I'm not surprised the media is either ignorant, doesn't understand, or 'stretches the truth' to adhere to their worldview. Statistical significance has NOTHING to do with magnitude of difference!
Here is the equation for a t-statistic (used for the common t-test):
d=mean(a)-mean(b)
s=sqrt(var(a) + var(b))/sqrt(n)
t=d/s
I see the magnitude of difference (d) right in the numerator. The t-value is then compared to the t-distribution to get the tail probability.