1. 学ぶ
  2. /
  3. コース
  4. /
  5. Sampling in R

Connected

演習

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.

指示1 / 2

undefined XP
    1
    2

Generate a 95% confidence interval using the quantile method.

  • Summarize to get the 0.025 quantile as lower, and the 0.975 quantile as upper.