1. 学习
  2. /
  3. 课程
  4. /
  5. Hypothesis Testing in R

Connected

练习

Calculating p-values

In order to determine whether to choose the null hypothesis or the alternative hypothesis, you need to calculate a p-value from the z-score.

Let's return to the late shipments dataset and the proportion of late shipments.

The null hypothesis, \(H_{0}\), is that the proportion of late shipments is six percent.

The alternative hypothesis, \(H_{A}\), is that the proportion of late shipments is greater than six percent.

The observed sample statistic, late_prop_samp, the null hypothesis statistic, late_prop_hyp (6%), and the bootstrap standard error, std_error are available.

说明 1 / 共 2 个

undefined XP
    1
    2

问题

What type of test should be used for this alternative hypothesis?

答案选项