Skip to content

Commit 79eab00

Browse files
committed
changing interpretations of betas
1 parent 98d7314 commit 79eab00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression2.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,8 @@ $$\text{house sale price} = \beta_0 + \beta_1\cdot(\text{house size}) + \beta_2\
553553
where:
554554

555555
- $\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 increases as you increase house size)
557-
- $\beta_2$ is the *slope* for the second predictor (how quickly the price increases as you increase the number of bedrooms)
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)
558558

559559
Finally, we can fill in the values for $\beta_0$, $\beta_1$ and $\beta_2$ from the model output above
560560
to create the equation of the plane of best fit to the data:

0 commit comments

Comments
 (0)