You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- $\beta_0$ is the *vertical intercept* of the hyperplane (the price when both house size and number of bedrooms are 0)
556
-
- $\beta_1$ is the *slope* for the first predictor (how quickly the price changes as you increase house size holding number of bedrooms constant)
557
-
- $\beta_2$ is the *slope* for the second predictor (how quickly the price changes as you increase the number of bedrooms holding house size constant)
556
+
- $\beta_1$ is the *slope* for the first predictor (how quickly the price changes as you increase house size, holding number of bedrooms constant)
557
+
- $\beta_2$ is the *slope* for the second predictor (how quickly the price changes as you increase the number of bedrooms, holding house size constant)
558
558
559
559
Finally, we can fill in the values for $\beta_0$, $\beta_1$ and $\beta_2$ from the model output above
560
560
to create the equation of the plane of best fit to the data:
0 commit comments