Making a decision
It's common practice to conclude a hypothesis test by making a binary decision about the validity of the null hypothesis. Using an alpha level of .05, what is your decision regarding the null hypothesis?
Remember, you can compute p-value by running this code in the console:
null %>%
summarize(pval = 2 * mean(stat > p_hat)) %>%
pull()
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Inference for Categorical Data in R
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำจริง
เปลี่ยนทฤษฎีให้เป็นการลงมือทำด้วยแบบฝึกหัดเชิงโต้ตอบหนึ่งในของเรา
เริ่มแบบฝึกหัด