This channels offers a series of video lectures for MAT 111 Elementary Statistics, offered at Georgetown College in Kentucky. The course uses R in the R Studio environment.
In order to follow the lectures you will need some contributed packages that come from CRAN, the Comprehensive R Archive Network. From the R comman dline run:
install.packages(c(mosaic,devtools,mosaicData,abd))
You will also need package tigerstats, which is available from Github. To acquire the latest version of tigerstats, run the following from the R command-line:
devtools::install_github(homerhanumat/tigerstats)
If you have a recent version of R Studio or if your computer has a recent version of pandoc, then you can also build the package vignettes with this version:
devtools::install_github(homerhanumat/tigerstats,build_vignettes=TRUE)