-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass_materials.qmd
More file actions
73 lines (51 loc) · 5.01 KB
/
class_materials.qmd
File metadata and controls
73 lines (51 loc) · 5.01 KB
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
---
title: "Class Materials"
format: html
---
Have questions? [Sign up for Krista's office hours](https://calendar.app.google/aYywwCLgS8XwKK7H9)!
## March 19, 2024: Class 1 Materials
- **Class Recording:** [Link to class 1 recording](https://vimeo.com/925123310). Refer to follow-up email for the password to view the recording.
- **Class Slides:** [Link to slides for class 1](https://bellwetherorg.github.io/quant_plc_rclass/slides/class_1/class_1.html)
- **Homework:** Set up your RStudio interface to your taste ("RStudio Setup and Workflow Tips" slides) and complete the pre-class set up.
## April 9, 2024: Class 2 Materials
- **Class Recording:** [Link to class 2 recording](https://vimeo.com/932587660?share=copy). Refer to follow-up email for the password to view the recording.
- **Class Slides:** [Link to slides for class 2](https://bellwetherorg.github.io/quant_plc_rclass/slides/class_2/class_2.html)
- **R Script:** [Link to R script for class 2](https://gist.github.com/kkaput23/bbe57b6121901b98644639d8f1528e3d)
- **Homework:** None. To practice what we learned, please complete the in-class partner work. **If you want Krista to review the script, please save it to your desktop and send it to her by COB on April 18**
## April 23, 2024: Class 3 Materials
- **Class Recording:** [Link to class 3 recording](https://vimeo.com/938285934?share=copy). Refer to follow-up email for the password to view the recording.
- **Class Slides:** [Link to slides for class 3](https://bellwetherorg.github.io/quant_plc_rclass/slides/class_3/class_3.html)
- **R Script:** [Link to R script for class 3](https://gist.github.com/kkaput23/9ada2aa32f017eba94ccaa02c0207717)
- **Homework:** Use the `hw_03_template.R` file in the `/scripts` folder to clean and analyze `edbuildr` data for Vermont and create four scatter plots. Homework is due by **COB on Friday, May 10.** This ensures Krista can review your assignments and provide feedback by the May 14th R Class. Please commit and then push your homework updates using Git to update the repository.
In the `hw_03_template.R` file, please make sure you have the following packages loaded at the top of the script.
```{r}
#| eval: false
library(tidyverse)
library(edbuildr)
library(scales)
library(viridis)
```
## May 13, 2024: Class 4 Materials
- **Class Recording:** [Link to class 4 recording](https://vimeo.com/946282723?share=copy). Refer to follow-up email for the password to view the recording.
- **Class Slides:** [Link to slides for class 4](https://bellwetherorg.github.io/quant_plc_rclass/slides/class_4/class_4.html)
- **R Script:** See the `wk-4-class-examples` repository for the class scripts.
- **Homework:** There are three homework scripts in the `/scripts` folder. **Homework is due by COB on Wednesday, June 5**. Please commit and then push your homework updates using Git to update the repository. Complete the scripts in the following order:
- `hw_04_pivot_wider.R`: I have created a "fill in the blank" R code structure. Fill in the blanks and make sure the data frame is manipulated to be wider.
- `hw_04_pivot_longer.R`: I have created a "fill in the blank" R code structure. Fill in the blanks and make sure the data frame is manipulated to be longer.
- `hw_04_join_data.R`: Clean the two data frames, identify the unique id, and then join them.
## June 11, 2024: Class 5 Materials
- **Class Recording:** [Link to class 5 recording](https://vimeo.com/957240586?share=copy). Refer to follow-up email for the password to view the recording.
- **Class Slides:** [Link to slides for class 5](https://bellwetherorg.github.io/quant_plc_rclass/slides/class_5/class_5.html)
- **R Script:** See the `wk-5-class-examples` repository for the class scripts.
- **Homework:** There are two homework scripts in the `/scripts` folder. **Homework is due by COB on Tuesday, July 16**. Please commit and then push your homework updates using Git to update the repository. Please also bring 2-3 data frames Krista will show you all how to create a repository so you can do your own data cleaning, analysis, and visualization on a project.
## July 23, 2024: Class 6 Materials
- **Class Recording:** [Link to class 6 recording](https://vimeo.com/manage/videos/989097088)
- **Class Slides:** [Link to the slides for class 6](https://bellwetherorg.github.io/quant_plc_rclass/slides/class_6/class_6.html)
- **R Script:** You can access the [class 6 example here](https://gist.github.com/kkaput23/eab650cf1c86e2e3d403d74b9a71caf8)
## August 13, 2024: Class 7 Materials
- **Class Recording:** The recording will be added after class
- **Class Slides:** [Link to the slides for class 7](https://bellwetherorg.github.io/quant_plc_rclass/slides/class_7/class_7.html)
- **R Script:** See the `wk-7-class-examples` repository for the class scripts.
## September 24, 2024: Class 8 Materials
- **Class Slides:** [Link to the slides for class 8](https://bellwetherorg.github.io/quant_plc_rclass/slides/class_8/class_8.html)
- **R Script:** See the `wk-8-class-example` repository for the class scripts.