Sign In
Model: y=1.266x+10.633.
Is the linear model appropriate? Yes, it is.
What does it tell you? We have a strong positive correlation.
To perform the linear regression of the data set, push STAT, scroll to the right to view the CALC options, and then choose the fourth option in the list, LinReg.
The association between experience and hourly wage can be modeled by y=1.266x+10.633. Therefore, with no experience, a technology worker starts at about $10.60 an hour, and for each year of experience the pay increases by 1.26 dollars.
x | 1.266x+10.633 | y |
---|---|---|
1 | 1.266( 1)+10.633 | ≈ 11.9 |
2 | 1.266( 2)+10.633 | ≈ 13.2 |
3 | 1.266( 3)+10.633 | ≈ 14.4 |
4 | 1.266( 4)+10.633 | ≈ 15.7 |
5 | 1.266( 5)+10.633 | ≈ 17.0 |
6 | 1.266( 5)+10.633 | ≈ 18.2 |
7 | 1.266( 7)+10.633 | ≈ 19.5 |
8 | 1.266( 8)+10.633 | ≈ 20.8 |
9 | 1.266( 9)+10.633 | ≈ 22 |
10 | 1.266( 10)+10.633 | ≈ 23.3 |
When we know the predicted value, we can calculate the residual by subtracting it from the actual value.
x | Actual | Predicted | Residual |
---|---|---|---|
1 | 12.00 | 11.9 | 0.1 |
2 | 13.25 | 13.2 | 0.05 |
3 | 14 | 14.4 | - 0.4 |
4 | 16 | 15.7 | 0.3 |
5 | 17 | 17 | 0 |
6 | 18 | 18.2 | - 0.2 |
7 | 19.5 | 19.5 | 0 |
8 | 21 | 20.8 | 0.2 |
9 | 22 | 22 | 0 |
10 | 23.25 | 23.3 | - 0.05 |
Now we can sketch the residual plot.
As we can see, the residuals are evenly dispersed around the x-axis. This tells us our model runs in the middle of the data points, which means the linear model is appropriate.