openintro-statistics-slides
openintro-statistics-slides copied to clipboard
👩🏻🏫 Slides for OpenIntro Statistics
From Adam Alsamadisi over email: We’ve corresponded once before, but I believe there’s an error in the slides for 3.4 on Random Variables. Slide #13 has the incorrect formula for...
Dear @mine-cetinkaya-rundel, On slide 13 of Ch. 6, it says if the success-failure condition cannot be fulfilled, use _randomization_ instead. What does randomization mean here exactly? I couldn't seem to...
Suggestion from Rivo Randrianarivony via email: > By the way, I understand that the goal is not to overwhelm the student with mathematical notations but then sometimes it's better to...
Use of literate programming via Sweave will likely not be very helpful at this point, but the slides could benefit from a xaringan / Rmd conversion. This would allow us...
Some of the R code in the examples doesn't follow best practices - There are a few `setwd()` commands sprinkled around -- replace with use of `here::here()` - The code...
Create a makefile to compile all chapter slides at once. This will help easily check that any changes made to the style file do not break anything.