Browse By Unit
4 min read•june 18, 2024
Josh Argo
Jed Quiaoit
Josh Argo
Jed Quiaoit
A couple reminders from earlier sections:
For example, if we were to construct a 95% confidence interval to estimate the slope of a linear regression model, this means that if we were to create several random samples of the same size, from the same population, 95% of the resulting confidence intervals would contain the true slope of the population regression model.
A confidence interval is going to provide us with plausible values for our slope. For instance, if our confidence interval for the slope is (1.35, 2.7), we can be pretty certain that our correlation is positive and our slope is somewhere between 1.35 and 2.7.
Our interpretation of this would state something like: ➕
Another thing worth noting is that the width of the confidence interval is going to decrease as the sample size increases. This is because an increased sample size decreases our standard error. Also, as the confidence level increases, the width of our interval will increase.
If we are seeking to justify a claim about correlation with our confidence interval for slopes, we should be seeking to determine if 0 is contained in our interval. 0️⃣
If 0 is contained in our confidence interval, it is definitely plausible that 0 is the slope of our least squares regression model. If 0 is the slope, there essentially is no linear correlation.
For example, if we use our interval from the previous example (1.35, 2.7), this tells us that the two variables of interest ARE correlated because there 0 is not contained in our interval so we can be 95% confident (or whatever confidence level) that our slope is positive and our variables have a positive correlation of some sort.
The most likely type of question you would see on linear regression on the AP exam would involve a computer output. Using a computer output, we'll interpret what our confidence interval would look like. We also need a sample size to compute our t score, so let’s assume our sample size is 40 for our scatterplot and a 95% confidence level. 🖥️
First, we would need to compute our t score by doing invT based on 38 degrees of freedom (n - 2). The other aspects of our confidence interval are already in our problem. Our t-score for a 95% confidence interval comes out to be 2.02.
Our confidence interval would be 0.4482.02(0.6565), which is the slope estimate plus/minus (t score)(standard deviation/error). Be careful not to use the t score given in the table. That is the t score for our sample not for the desired confidence interval.
This would yield a final example of (-0.87813, 1.77413). Since 0 is contained in this interval, we do not have evidence that there is a linear correlation (which is also evident by the low R2 value and subsequent low r value (0.176).
🎥 Watch: AP Stats Unit 9 - Inference for Slopes
<< Hide Menu
4 min read•june 18, 2024
Josh Argo
Jed Quiaoit
Josh Argo
Jed Quiaoit
A couple reminders from earlier sections:
For example, if we were to construct a 95% confidence interval to estimate the slope of a linear regression model, this means that if we were to create several random samples of the same size, from the same population, 95% of the resulting confidence intervals would contain the true slope of the population regression model.
A confidence interval is going to provide us with plausible values for our slope. For instance, if our confidence interval for the slope is (1.35, 2.7), we can be pretty certain that our correlation is positive and our slope is somewhere between 1.35 and 2.7.
Our interpretation of this would state something like: ➕
Another thing worth noting is that the width of the confidence interval is going to decrease as the sample size increases. This is because an increased sample size decreases our standard error. Also, as the confidence level increases, the width of our interval will increase.
If we are seeking to justify a claim about correlation with our confidence interval for slopes, we should be seeking to determine if 0 is contained in our interval. 0️⃣
If 0 is contained in our confidence interval, it is definitely plausible that 0 is the slope of our least squares regression model. If 0 is the slope, there essentially is no linear correlation.
For example, if we use our interval from the previous example (1.35, 2.7), this tells us that the two variables of interest ARE correlated because there 0 is not contained in our interval so we can be 95% confident (or whatever confidence level) that our slope is positive and our variables have a positive correlation of some sort.
The most likely type of question you would see on linear regression on the AP exam would involve a computer output. Using a computer output, we'll interpret what our confidence interval would look like. We also need a sample size to compute our t score, so let’s assume our sample size is 40 for our scatterplot and a 95% confidence level. 🖥️
First, we would need to compute our t score by doing invT based on 38 degrees of freedom (n - 2). The other aspects of our confidence interval are already in our problem. Our t-score for a 95% confidence interval comes out to be 2.02.
Our confidence interval would be 0.4482.02(0.6565), which is the slope estimate plus/minus (t score)(standard deviation/error). Be careful not to use the t score given in the table. That is the t score for our sample not for the desired confidence interval.
This would yield a final example of (-0.87813, 1.77413). Since 0 is contained in this interval, we do not have evidence that there is a linear correlation (which is also evident by the low R2 value and subsequent low r value (0.176).
🎥 Watch: AP Stats Unit 9 - Inference for Slopes
© 2024 Fiveable Inc. All rights reserved.