Skip to content

Commit

Permalink
Update ch16chi-square-tests.Rmd
Browse files Browse the repository at this point in the history
Fixed annoying textual error in discussion of Odds Ratio, example 16.2.
  • Loading branch information
hugoquene authored Jun 28, 2024
1 parent f2e2e53 commit a508604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch16chi-square-tests.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ there is an association between smoking behaviour and death from lung cancer.
For the effect size, we firstly calculate the 'odds' of death from
lung cancer for the smokers: D/C= $83/21178 =0.00392$. Amongst the smokers,
there are 83 deaths from lung cancer, compared with 21178
deaths not from lung cancer (the 'odds' of dying from
persons not dying from lung cancer (the 'odds' of dying from
lung cancer are 1 in 0.00392). For the non-smokers:
B/A=$1/3092 =0.00032$ (the 'odds' are 1 in 0.00032).

Expand Down

1 comment on commit a508604

@hugoquene
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix is NOT necessary in the parallel Dutch version, which is already clear and correct.

Please sign in to comment.