शुरू करेंमुफ़्त में शुरू करें

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.

यह अभ्यास पाठ्यक्रम का हिस्सा है

Hypothesis Testing in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

हमारे इंटरैक्टिव अभ्यासों में से किसी एक के साथ सिद्धांत को व्यवहार में बदलें

अभ्यास शुरू करें