LittleInferenceBook
LittleInferenceBook copied to clipboard
A book for the coursera statistical inference class
LittleInferenceBook.Rmd: When knitting to PDF, was failing to include a title page. Added reference to new file title.tex for that title.tex: Uses titling package to pull the quincunx figure 02_probability.md:...
Under the heading *Mistakenly treating the sleep data as grouped* the R code uses the value of `x_1` and `x_2` - these should be `g_1` and `g_2` respectively. Thus the...
Code is wrong - `x_1` should be `g_1` and `x_2` should be `g_2`