When to Use p-value, When to Use Level of Significance

By calvinw

When you do a hypothesis test, you use a sample to come up with a test statistic (z-value). Then you use the z-value to come up with a p-value, where the p-value is the area of the “tail(s)” involved.

Now the book says that you decide the result of the hypothesis test based on the size of the p-value (page 438). The smaller the p-value the more evidence against the null hypothesis you have. This is true if you are not given a level of significance (ie no \alpha).

But what happens if the problem says to use 1% or 5% level of significance (\alpha=.01 or \alpha=.05) ?

This just means that when you are done you compare the p-value to this \alpha to decide whether you reject the null hypothesis or not.

If p \leqslant \alpha, then you reject the null hypothesis and say the result is “significant”.

If p >  \alpha, then you say there is not enough evidence to reject the null hypothesis and say the result is “not significant”.

Example (Using a level of significance in hypothesis test):

As an example suppose you are using a level of significance \alpha=.05 and your p-value is .032. Then reject the null hypothesis and say the result is significant.

Or suppose your level of significance is \alpha=.01 and your p-value is .025. Then you do not have enough evidence to reject the null hypothesis and say the result is not significant.

So the upshot is compare the p-value to the level of significance (\alpha) to decide whether to reject when you have a level of significance. If the problem doesn’t give a level of significance, then decide your conclusion by using the size of the p-value and the table on p. 438 of our book.

Leave a Reply