Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ch4/10.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ table(glm.pred, Direction)
```
Percentage of currect predictions: (54+557)/(54+557+48+430) = 56.1%. Weeks the
market goes up the logistic regression is right most of the time, 557/(557+48)
= 92.1%. Weeks the market goes up the logistic regression is wrong most of the
= 92.1%. Weeks the market goes down the logistic regression is wrong most of the
time 54/(430+54) = 11.2%.

### d
Expand Down
2 changes: 1 addition & 1 deletion ch4/10.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h3>c</h3>

<p>Percentage of currect predictions: (54+557)/(54+557+48+430) = 56.1%. Weeks the
market goes up the logistic regression is right most of the time, 557/(557+48)
= 92.1%. Weeks the market goes up the logistic regression is wrong most of the
= 92.1%. Weeks the market goes down the logistic regression is wrong most of the
time 54/(430+54) = 11.2%.</p>

<h3>d</h3>
Expand Down
2 changes: 1 addition & 1 deletion ch4/10.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ table(glm.pred, Direction)

Percentage of currect predictions: (54+557)/(54+557+48+430) = 56.1%. Weeks the
market goes up the logistic regression is right most of the time, 557/(557+48)
= 92.1%. Weeks the market goes up the logistic regression is wrong most of the
= 92.1%. Weeks the market goes down the logistic regression is wrong most of the
time 54/(430+54) = 11.2%.

### d
Expand Down