Skip to content

Commit

Permalink
Fix typo daviddalpiaz#4
Browse files Browse the repository at this point in the history
\ -> \mid
  • Loading branch information
ruiqili2 authored Sep 10, 2017
1 parent 5a1cf33 commit df04498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10-logistic.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $$
E[Y \mid X = x] = P[Y = 1 \mid X = x].
$$

It would then seem reasonable that $X\hat{\beta}$ is a reasonable estimate of $P[Y = 1 \ X = x]$. We test this on the `Default` data.
It would then seem reasonable that $X\hat{\beta}$ is a reasonable estimate of $P[Y = 1 \mid X = x]$. We test this on the `Default` data.

```{r}
model_lm = lm(default ~ balance, data = default_train_lm)
Expand Down

0 comments on commit df04498

Please sign in to comment.