LittleInferenceBook icon indicating copy to clipboard operation
LittleInferenceBook copied to clipboard

A book for the coursera statistical inference class

Results 41 LittleInferenceBook issues
Sort by recently updated
recently updated
newest added

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`