Sample code

Sample code is available at github.com/gedeck/practical-statistics-for-data-scientists

You can install all packages used by these notes and recommended by the book authors1:

install.packages("remotes")
remotes::install_github("r4ds/bookclub-ps4ds")
remove.packages("ps4ds") # This isn't really a package.

  1. Chapter 5 uses {DMwR}, which is currently unavailable on CRAN. We’ll confirm when we get there, but I’m guessing {DMwR2} will work instead.↩︎