Decision Rule vs Significance Level
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Decision rule
Hypothesis testing
The decision rule is the standard you set before collecting data: reject the null hypothesis when the p-value is at or below alpha.
A decision rule is the verdict written down before the data exist: fix (alpha, the significance level), then reject when the p-value is at or below , and fail to reject otherwise. Fixing it first is what gives any meaning. is the long-run probability of rejecting a null hypothesis that is true, and that guarantee attaches to a rule chosen without reference to the result.
At , a p-value of 0.032 rejects and a p-value of 0.080 does not. The comparison is at or below, so a p-value of exactly 0.050 rejects. Notice how little the data have to do with it: that same 0.080 rejects at , and that same 0.032 fails to reject at . The rule, not the evidence, is what changed.
"We accept the null hypothesis" is not one of the two outputs. Failing to reject means the data would not be surprising if were true, and that is equally true of a whole range of parameter values near it, which is what a confidence interval displays. The quieter version of the same offence is " was almost significant, so we reject at ." Moving the threshold after seeing the p-value converts a 5 percent rule into a 10 percent one and throws away the guarantee was carrying.
The rule returns a verdict, not a strength, and it says nothing about whether this particular call was correct. controls how often true nulls get rejected across many tests; the single test in front of you either got it right or committed a Type I error, and no rule can tell you which. That is why choosing is really a judgment about which mistake costs more, since lowering it trades Type I errors for Type II errors.
Comparing the test statistic against a critical value instead is the same rule in different clothing. The statistic falls in the rejection region exactly when the p-value is at or below , so the two routes cannot disagree.
Significance level
Hypothesis testing
The significance level, alpha, is the threshold a p-value is compared to, set before testing as the accepted probability of rejecting a true null hypothesis.
(alpha) does two jobs with one number. It is the cutoff the p-value is compared against, and it is the probability the test rejects when is true. Those coincide because the rejection region is built to hold exactly that much area under the null distribution, which is also why has to be chosen before the data arrive.
Take against , with (sigma) known to be 15 and , so the standard error is 3. Setting puts the cutoff at : if the true mean really is 100, 5 percent of samples of 25 land above 104.93 through nothing but sampling variability. Set instead and the cutoff moves out to 106.98.
The misreading is subtle and common: "I test at , so 5 percent of the results I call significant are wrong." It is not 5 percent of your rejections. It is 5 percent of the tests you run on null hypotheses that happen to be true. What fraction of your significant findings are false alarms depends on how often the nulls you test are true in the first place, and carries no information about that.
A fixed threshold also does not make 0.049 and 0.051 different evidence. They sit either side of an agreed line, nothing more, which is why the p-value gets reported alongside the decision rather than swallowed by it.
Say which lever you mean. Holding , the true effect, and the spread fixed, lowering lowers power: in the test above, of 0.10, 0.05, and 0.01 gives power 0.6499, 0.5087, and 0.2547 against a true mean of 105. That is a trade between the two error rates, not a law binding power to , because raising from 25 to 100 lifts power to 0.9543 with still 0.05. AP Statistics covers the errors this threshold governs in topic 3.8, Potential Errors When Performing Tests.