8 Confidence Intervals Flashcards
What is the main point of making a confidence interval?
When we want to estimate an unknown population parameter (usually a mean or a proportion).
In a confidence interval, what is the margin of error?
It is how much we add and subtract to our statistic (point estimate) to make an interval (range of values). It is half the width of the interval. It is created by multiplying the standard error (deviation) by the critical value that goes with our confidence level.
What will decrease the width of a confidence interval? OR What will decrease the margin of error?
If you lower the confidence level, the critical value will be smaller so the interval will be narrower. If you increase your sample size, the standard error (spread) reduce and so will your C.I. width.
How do we interpret a confidence interval?
We are C% confident (sure) that the interval ( , ) captures the true (mean/proportion)…CONTEXT. Basically: we’re pretty sure the real answer is somewhere between the two numbers in our interval.
What do you do for the P step of PANIC?
Parameter: “We want to estimate the true proportion of CONTEXT at a C% level.”
What do you do for the A step of PANIC?
Assumptions: Check the three conditions: Random, Normal (large counts), and Independent (10% condition).
What do you do for the N step of PANIC?
Name the test/procedure you are using: 1 (or 2) sample z-interval for p.
What do you do for the I step of PANIC?
Interval: List your interval: ( , ). As long as you name your procedure, you don’t have to show any work.
What do you do for the C step of PANIC?
Conclude: We are C% confident (sure) that the interval ( , ) captures the true (mean/proportion)…CONTEXT.
How do you find the critical value for a confidence interval?
It’s based on the C% level. Invnorm of C% (as a decimal) and use the center tail. If you don’t have center tail as an option, then invnorm(tail). Example: 90 has 10 on the tails so one tail is 5 so invnorm (.05).
What is the critical value (z-score) for 95%?
1.96
How do you check the normal (large counts) condition for proportion problems?
State the number of successes and failures are both at least 10. Example: 30 out 80 people agree with something. You write 30 and 50 (total: 80 minus successes (30)) are both greater than 10. If you don’t know the number of successes but instead know p-hat, do np and n(1-p) to find successes and failures.
How do you check the independent condition?
n (sample size) < 10% of all CONTEXT. In a PANIC problem you can just state this. In a different problem, you might have to make the argument that this condition is not met. Example: They collected data from 600 students but it is doubtful that there are more than 6000 students in this high school.
What does it mean to say we are 95% confident? i.e. Interpret the confidence level.
If we repeat this process/method (taking a sample and creating a confidence interval) many, many times, it will work (capture the true parameter) about 95% of the time.
Given a confidence interval, how do you find the point estimate and margin of error?
The point estimate is the middle number and the MoE is half the width. Example: CI: (.22 , .34). The point estimate is .22+.34= .56/2 = .28. The MoE is half of the width: .34-.22 = .12/2 = .06.