-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.qmd
118 lines (115 loc) · 78.6 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
---
title: "Statistical Computing in R"
tbl-colwidths: [5,15,30,20,20,20,20]
---
This page contains an outline of the topics, content, and assignments for the quarter. Note that this schedule will be updated as the quarter progresses, with all changes documented here.
<!-- TODO: Switch to spreadsheet for content (like Mine and Maria do) -->
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| Week | Date | Topic & Preview Activities | Lecture Slides | Practice Activity | Lab & Challenge | Portfolio |
+=============+==========================+===============================================================================================================================+=============================================================================================================================================+===================================================================================================================================+===================================================================================================================================================+=============================================================================================================================================+
| 0 | Mon, 9/23 | [Course Set-up](/weeks/week-0-discord.qmd "Course Set-up Instructions") | | | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 1 | Tues, 9/24 | [Intro to R & RStudio](weeks/week-1-r-rstudio.qmd) | [Welcome to STAT 331 & Intro to R](/slides/week-1/week-1-intro-R.qmd "Welcome to STAT 331 & Intro to R") | [Broken Circles Group Warm-up](group-activities/week-1/broken-circles.qmd "Broken Circles Group Warm-up") | | |
| | | | | | | |
| | | [Intro to Quarto](weeks/week-1-quarto.qmd) | | [Creating Pair Programming Norms](/group-activities/pair-programming-norms.qmd "Creating Pair Programming Norms") | | |
| | | | | | | |
| | | | | [Data Cleaning, Visualization Puzzle](/group-activities/week-1/data-cleaning-viz-steps.qmd "Data Cleaning, Visualization Puzzle") | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 9/26 | [Intro to Version Control](weeks/week-1-version-control.qmd) | [Intro to Quarto & Version Control](/slides/week-1/week-1-intro-version-control.qmd "Intro to Quarto & Version Control") | | [Lab 1 & Challenge 1 Instructions](labs/instructions/lab-1-instructions.qmd) | |
| | | | | | | |
| | | | | | [Link to Assignment on GitHub Classroom](https://classroom.github.com/a/j-bckA7U "Lab 1 & Challenge 1 Assignment on GitHub Classroom") (due 9/29) | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 2 | Tuesday, 10/1 | [Data Visualization with ggplot2](/weeks/week-2-ggplot.qmd "Data Visualization with ggplot2") | [Basics of Graphics](/slides/week-2/week-2-ggplot.qmd "Basics of Graphics") | Look for email from Posit Cloud to access PA2 | | |
| | | | | | | |
| | | [Data Import & R Projects](/weeks/week-2-projects-data-import.qmd "Data Import & R Projects") | | | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 10/3 | | [Tidy Data, Importing Data & More Advanced Graphics](/slides/week-2/week-2-import.qmd "Tidy Data, Importing Data & More Advanced Graphics") | PA 2 Due by 12pm | [Lab 2 Instructions](/labs/instructions/lab-2-instructions.qmd "Lab 2 Instructions") | |
| | | | | | | |
| | | | | | [Challenge 2 Instructions](/labs/instructions/challenge-2-instructions.qmd "Challenge 2 Instructions") | |
| | | | | | | |
| | | | | | [Link to Assignment on GitHub Classroom](https://classroom.github.com/a/43CxhKej "Lab 2 & Challenge 2 Assignment on GitHub Classroom") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sun, 10/6 | | | | Lab 2 & Challenge 2 Due by 11:59pm | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 3 | Tues, 10/8 | [Data Wrangling with dplyr](/weeks/week-3-dplyr.qmd "Data Wrangling with dplyr") | [Data Wrangling with dplyr](/slides/week-3/week-3-dplyr-pt1.qmd "Data Wrangling with dplyr") | Look for email from Posit Cloud to access PA3 | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 10/10 | | [Extending Data Wrangling Verbs](/slides/week-3/week-3-dplyr-pt2.qmd "Extending Data Wrangling Verbs") | PA3 Due by 12pm | [Lab 3 Instructions](/labs/instructions/lab-3-instructions.qmd "Lab 3 Instructions") | |
| | | | | | | |
| | | | | | [Challenge 3 Instructions](/labs/instructions/challenge-3-instructions.qmd "Challenge 3 Instructions") | |
| | | | | | | |
| | | | | | [Link to Assignment on GitHub Classroom](https://classroom.github.com/a/qwGgpcu4 "Link to Assignment on GitHub Classroom") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sunday, 10/13 | | | | Lab 3 & Challenge 3 Due by 11:59pm | |
| | | | | | | |
| | | | | | [Lab 2 Peer Code Review Due (Guidelines)](/code-review/code-review-guidelines.qmd "Lab 2 Peer Code Review Due (Guidelines)") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 4 | Tues, 10/15 | [Data Joins and Transformations with tidyr](/weeks/week-4-reshaping-joining.qmd "Data Joins and Transformations with tidyr") | [Data Joins + Pivots](/slides/week-4/week-4-joins-1.qmd "Data Joins + Pivots") | Look for email from Posit Cloud to access PA4 | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 10/17 | [Working with Categorical Variables](/weeks/week-4-factors.qmd "Working with Categorical Variables") | [Extending Joins, Factors, Clean Variable Names](/slides/week-4/week-4-joins-2.qmd "Extending Joins, Factors, Clean Variable Names") | PA4 Due by 12pm | [Lab 4 Instructions](/labs/instructions/lab-4-instructions.qmd "Lab 4 Instructions") | |
| | | | | | | |
| | | | | | [Link to Assignmenton GitHub Classroom Repository](https://classroom.github.com/a/o-PfOckY "Link to Assignmenton GitHub Classroom Repository") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sun, 10/20 | | | | Lab 4 & Challenge 4 Due by 11:59pm | |
| | | | | | | |
| | | | | | [Lab 3 Peer Code Review Due (Guidelines)](/code-review/code-review-guidelines.qmd "Lab 3 Peer Code Review Due (Guidelines)") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 5 | Tues, 10/22 | [Working with Strings](/weeks/week-5-strings-dates.qmd "Working with Strings") | [Using `stringr` to Work with Strings](/slides/week-5/week-5-strings.qmd "Using stringr to Work with Strings") | Look for email from Posit Cloud to access PA5 | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 10/24 | [Working with Dates](/weeks/week-5-strings-dates.qmd "Working with Dates") | [Using `lubridate` to Work with Dates](/slides/week-5/week-5-dates.qmd "Using lubridate to Work with Dates") | PA5 Due by 12pm | [Lab 5 Instructions](/labs/instructions/lab-5-instructions.qmd "Lab 5 Instructions") | |
| | | | | | | |
| | | | | | [Link to GitHub Repository](https://github.com/Statistical-Computing-with-R/lab-5 "Link to GitHub Repository") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sun, 10/27 | | | | Lab 5 & Challenge 5 Due by 11:59pm | |
| | | | | | | |
| | | | | | [Lab 4 Peer Code Review Due (Guidelines)](/code-review/code-review-guidelines.qmd "Lab 4 Peer Code Review Due (Guidelines)") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 6 | Tues, 10/29 | Portfolio Week! | [Tips for Starting Your Portfolio](/slides/week-6/midterm-portfolio.qmd "Tips for Starting Your Portfolio") | | | [Midterm Portfolio Targets & Grade Expectations](/portfolio/midterm-portfolio-targets.qmd "Midterm Portfolio Targets & Grade Expectations") |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 10/31 | Portfolio Week! | | | | [Portfolio Instructions](/portfolio/portfolio-instructions.qmd "Portfolio Instructions") |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sun, 11/3 | | | | [Lab 5 Peer Code Review Due (Guidelines)](/code-review/code-review-guidelines.qmd "Lab 5 Peer Code Review Due (Guidelines)") | Midterm Portfolio Due |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 7 | Tues, 11/5 | [Writing your own simple (vector) functions](/weeks/week-7-vector-functions.qmd "Writing your own simple (vector) functions") | [Writing Vector Functions](/slides/week-7/week-7-vector-functions.qmd "Writing Vector Functions") | | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 11/7 | [Writing your own dataframe functions](/weeks/week-7-data-frame-functions.qmd "Writing your own dataframe functions") | | | [Lab 7 Instructions](labs/instructions/lab-7-instructions.qmd "Lab 7 Instructions") | |
| | | | | | | |
| | | | | | [Challenge 7 Instructions](/labs/instructions/challenge-7-instructions.qmd "Challenge 7 Instructions") | |
| | | | | | | |
| | | | | | [Link to GitHub Repository](https://github.com/Statistical-Computing-with-R/lab-7 "Link to GitHub Repository") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sun, 11/10 | | | | Lab 7 & Challenge 7 Due by 11:59pm | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 8 | Tues, 11/12 | [Introduction to Iteration](/weeks/week-8-iteration.qmd "Introduction to Iteration") | [Introduction to Iteration](/slides/week-8/iteration-part-1.qmd "Introduction to Iteration") | | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 11/14 | | [Cool Plots & Searching for Efficiency](/slides/week-8/iteration-part-2.qmd "Cool Plots & Searching for Efficiency") | | [Lab 8 Instructions](/labs/instructions/lab-8-instructions.qmd "Lab 8 Instructions") | |
| | | | | | | |
| | | | | | [Link to GitHub Repository](https://github.com/Statistical-Computing-with-R/lab-8 "Link to GitHub Repository") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sun, 11/17 | | | | Lab 8 & Challenge 8 Due by 11:59pm | |
| | | | | | | |
| | | | | | [Lab 7 Peer Code Review Due (Guidelines)](/code-review/code-review-guidelines.qmd "Lab 7 Peer Code Review Due (Guidelines)") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 9 | Tues, 11/19 | [Simulating Data](/weeks/week-9-simulation.qmd "Simulating Data") | [Simulating Data in R](/slides/week-9/data-simulation-part-1.qmd "Simulating Data in R") | | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 11/21 | | [Simulating Probabilities & Datasets](/slides/week-9/data-simulation-part-2.qmd "Simulating Probabilities & Datasets") | | [Lab 9 Instructions](/labs/instructions/lab-9-instructions.qmd "Lab 9 Instructions") | |
| | | | | | | |
| | | | | | [Challenge 9 Instructions](/labs/instructions/challenge-9-instructions.qmd "Challenge 9 Instructions") | |
| | | | | | | |
| | | | | | [Link to GitHub Repository](https://github.com/Statistical-Computing-with-R/lab-9 "Link to GitHub Repository") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sun, 11/24 | | | | Lab 9 & Challenge 9 Due by 11:59pm | |
| | | | | | | |
| | | | | | [Lab 8 Peer Code Review Due (Guidelines)](/code-review/code-review-guidelines.qmd "Lab 8 Peer Code Review Due (Guidelines)") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 10 | Fall Break | | | | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 11 | Tues, 12/3 | Portfolio Party | [Guidance on Final Portfolios](/slides/week-10/final-portfolio.qmd "Guidance on Final Portfolios") | | | [Portfolio Instructions](/portfolio/portfolio-instructions.qmd "Portfolio Instructions") |
| | | | | | | |
| | | | | | | [List of Every Learning Target](/course-materials/course-syllabus.html#learning-targets "List of Every Learning Target") |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Thurs, 12/5 | Portfolio Party | | | [Lab 9 Peer Code Review Due (Guidelines)](/code-review/code-review-guidelines.qmd "Lab 9 Peer Code Review Due (Guidelines)") | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| | Sat, 12/7 | | | | | Final Portfolio Due |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| Finals Week | Mon, 12/9, 10:10am - 1pm | 10-minute Portfolio Conferences | | | | |
+-------------+--------------------------+-------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+