Schedule

Tentative, subject to revision

Run the schedule.R script and display the most current plan for the schedule
here::i_am("schedule/schedule.qmd")
library(here)
library(gt)

source(here("schedule/schedule.R"))

gt(schedule)
Date Contents Notes
Aug 26 Introduction & Getting started Lab 1
Sep 2 R Basics (objects, types, classes, and collections) HW-Quiz 1 / Lab 2
Sep 9 Descriptive statistics & Summarizing data Lab 3
Sep 16 Basic statistical inference HW-Quiz 2 / Lab 4
Sep 23 Data manipulation & visualization Lab 5
Sep 30 Exam 1
Oct 7 NO CLASS (Fall Break)
Oct 14 Case study: movie / box-office data
Oct 21 Regression Prediction challenge
Oct 28 Regression (continued)
Nov 4 Writing functions HW-Quiz 3 / Lab 7
Nov 11 Exam 2
Nov 18 Simulation, sampling distributions CLT Case study 2
Nov 25 Bootstrap and friends HW-Quiz 4
Dec 2 Shiny (UI-based apps) Case study 2 due / Lab 8
Dec 9 Final Exam 7:30 to 10:30