Skip to content

Commit

Permalink
Fix case, closes OpenIntroStat#99
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Sep 4, 2022
1 parent dde47e4 commit eb570b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-model/03-lesson/03-03-lesson.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ We do this by changing our equation in four ways:
The resulting model looks like:

$$
\hat{Y} = \hat{\beta}_0 + \hat{\beta}_1 \cdot X
\hat{y} = \hat{\beta}_0 + \hat{\beta}_1 \cdot X
$$

### Residuals
Expand Down

0 comments on commit eb570b5

Please sign in to comment.