This workshop will explore ways to incorporate data-scientific topics into existing statistics courses, especially at the introductory level. It will preview modules that allow for the inclusion of introductory tutorials and lab activities into courses for students with limited technical backgrounds. Participants will work through class-tested tutorials and lab activities. Key topics will include data wrangling and statistical graphics. The workshop will close with a discussion related to how these materials have been used in existing courses and an overview of the supporting materials. Basic knowledge of R will be valuable, but not required.
The tutorials and case studies were developed by Adam Loy, Shonda Kuiper, and Laura Chihara with support from the ACM FaCE program and The Teagle Foundation.
Special thanks for Ivan Ramler for helping with the workshop!
Prior to the workshop, please do the following:
If using your own computer, update/install your R packages using the below code:
update.packages()
install.packages(c("mosaic", "tidyverse", "rmarkdown"))
ggplot2
ggplot2
!ggplot2 cheatsheet for Intro Stats
ggplot2
cheatsheetCheck out another tutorial related to statistical graphics
ggplot2
ggplot2
dplyr
dplyr
!Check out another tutorial/exercise related to data wrangling