rstudio / bookdown-demo

A minimal book example using bookdown
https://bookdown.org/yihui/bookdown-demo
Creative Commons Zero v1.0 Universal
511 stars 1.34k forks source link

Typo in latex code #74

Closed pbreheny closed 5 months ago

pbreheny commented 5 months ago

This line has parenthesis instead of curly braces:

https://github.com/rstudio/bookdown-demo/blob/ec6a068aa4bce294011f199c3abcfcf10127e846/03-method.Rmd#L12

should be

SE = \sqrt{\frac{p(1-p)}{n}} \approx \sqrt{\frac{1/3 (1 - 1/3)} {300}} = 0.027 

The same mistake happens later in the same file:

https://github.com/rstudio/bookdown-demo/blob/ec6a068aa4bce294011f199c3abcfcf10127e846/03-method.Rmd#L22

yihui commented 5 months ago

Fixed now. Thanks for the report!