00:01
The following is a solution to number 48, and we're given a price and a score.
00:07
I can't remember what it's about, but we're supposed to compute the residuals and construct a residual plot.
00:15
So i'm going to do this shorter way, just because it's, you know, we know how to do it now.
00:20
Once i can get this thing to work, there we go.
00:24
So here's my data.
00:25
And if you go to data and then data analysis and go to regression, so your y input, at least for me is from b2 to b11, and then the x input is from a2 to a11.
00:35
And i go ahead and check the residuals and the residual plots.
00:38
You can do all this stuff if you want, but really, for this problem, you just need those two.
00:43
And go ahead and click ok, and it brings you to this sheet here.
00:46
So you can see, this looks to be a pretty significant regression line here.
00:55
And here are the residuals.
00:57
So the residuals are the actual y value minus the predicted.
01:00
So you would just take the y -value, minus 70 .65.
01:03
So you get that predicted by plugging in the x value into your regression line.
01:07
And you should get these residuals here.
01:09
And we plotted them against the x variable...