We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60099ca commit f96fc06Copy full SHA for f96fc06
source/regression2.Rmd
@@ -293,7 +293,7 @@ tricky and requires knowledge of how you intend to use the prediction.
293
To visualize the simple linear regression model, we can plot the predicted house
294
sale price across all possible house sizes we might encounter.
295
Since our model is linear,
296
-we only need to compute the predicted value of the min and max points,
+we only need to compute the predicted price of the minimum and maximum house size,
297
and then connect them with a straight line.
298
We superimpose this prediction line on a scatter
299
plot of the original housing price data,
0 commit comments