Session Ready
Exercise

Other Types Of Confidence Intervals II

Let's do the same thing again with your original study that looked at how often people get angry when they're driving. The data from this study was from a sample of 200, and the results are saved in your console as rrage if you need them. We left you the code from where you calculated the 95% confidence interval. Now let's try finding the 90% confidence interval (corresponding to a T score of 1.6525), and comparing what happens when we use these different intervals.

Instructions
100 XP
  • In your console, copy the steps from your script, and use this to calculate the range of the 95% confidence interval
  • In your console, copy and adapt the code from your script to calculate the range of the 90% confidence interval
  • In your script, report the ranges of each interval
  • In your script, report which confidence interval is larger as a single number (95 or 90)