Skip to content

This repo contains the slides for the data science class

License

Notifications You must be signed in to change notification settings

DataScience4Psych/slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides

This outline is a work in progress.

Outline

The course is divided into three parts. Part 1 is on exploratory data analysis, part 2 is making rigorous conclusions via statistical tools like modeling and inference, and part 3 includes topics that are designed to inspire students to learn more data science and statistics.

Toolkit

Slides are built in using the xaringan package. See here for more info on xaringan. There are two main reasons for choosing this format:

  1. xaringan slides are R Markdown based, meaning code, output, and narrative can all live in one place and compiling the slides will run the R code as well.
  2. Slide output is mobile friendly.

Instructions

  • Each slide deck is in its own folder, and one level above there is a custom css file. To compile the slides use xaringan::inf_mr(cast_from = ".."). This will launch the slides in the Viewer, and it will get updated as you edit and save your work.