1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Inference for Numerical Data in R

Connected

अभ्यास

Calculate bootstrap interval using both methods

Using our bootstrap distribution from an earlier exercise, we can calculate bootstrap intervals for the median price of 1 bedroom apartments in Manhattan. Remember that we saved the bootstrap distribution as rent_med_ci.

निर्देश 1/4

undefined XP
    1
    2
    3
    4

Calculate a 95% bootstrap confidence interval using the percentile method.

  • Summarize rent_med_ci's statistic with appropriate lower and upper quantiles.