Critical values are values that define the boundaries of the rejection region.
The rejection region is the set of values of the test statistic that lead to the rejection of the null hypothesis.
2024
Critical values are values that define the boundaries of the rejection region.
The rejection region is the set of values of the test statistic that lead to the rejection of the null hypothesis.
Recall that we reject the null if \(P(\bar{x}_{obs} | H_0) < \alpha\).
This is equivalent to rejecting the null if \(\bar{x}_{obs} > \text{critical value}\).
You can get critical values in R by using functions like qnorm
.