Earlier quoted context omitted.
could you explain the distinction between saying: "Given the evidence, there is a >=5% probability of the null hypothesis being true" and "There is a >=5% probability that if the null hypothesis were true, that your data would be at least as extreme" The only difference I see is how you avoided saying anything about the null hypothesis, but I don't see how you can avoid saying anything about it. if the h0 were true,…
Sure. Let H0 be the null hypothesis and D be the data you observed. The first statement is P(H0|D) = 0.05. The second is P(D|H0) = 0.05. The two quantities are related to each other via Bayes rule: P(H0|D)=P(D|H0)P(H0)/P(D) So indeed, as P(D|H0) goes down, so does P(H0|D). But if P(H0)/P(D) is sufficiently large, you can easily have P(H0|D) high while P(D|H0) is low. I too have sympathy for everyone confused by frequ…
What does P(D) mean?
I read that is, the probability of Data being true.
edit: to clear up my meaning.
I mean, it makes sense to me to ask "What is the probability of getting this data, given that the null hypothesis is true"
and "what is the probability of the null hypothesis being true, given this data"
but I don't know how "this data" evaluates on its own. I can't picture that
does it mean, how authoritative is the data? Maybe that's it.
edit: OK never mind I kinda worked it out on my own.