Calculating confidence intervals
We can use the cumulative distribution function and its inverse to calculate confidence intervals in R. You'll do so with the Spotify data now.
यह अभ्यास पाठ्यक्रम का हिस्सा है
Sampling in R
इंटरैक्टिव व्यावहारिक अभ्यास
इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।
# Generate a 95% confidence interval using the quantile method
conf_int_quantile <- bootstrap_distribution %>%
___
# See the result
conf_int_quantile