forked from gge-ucd/R-DAVIS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lectures.Rmd
149 lines (99 loc) · 5.63 KB
/
lectures.Rmd
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
title: "Lectures"
output:
html_document:
toc: false
---
Check out each week to see what you need to be doing before, during, and after class.
## Lectures {.tabset .tabset-fade}
### Week 2
<b>Before class:</b>
* Catch up on a few videos from Week 1:
* [Git, SSH keys, etc.](https://youtu.be/QmWX1TbB2sM)
* [Tyler solves problem he hit at end of prior video ^](https://youtu.be/MBCjQ6v1Fek)
* Videos for Week 2:
* [Intro to R](https://youtu.be/opG_Xcn-t2s)
* [Filepaths and folder setup](https://youtu.be/cWb3p7vjpfg)
* [How R thinks about data (Part 1, Vectors)](https://youtu.be/XlBF3oo4yiE)
* [How R thinks about data (Part 2, Subsetting)](https://youtu.be/6qU9k125oOc)
<b>After class:</b>
* <a href="https://forms.gle/4P4JK3GWMuXEH2DH6" target="_blank">Post-Class Survey (complete after class)</a>
### Week 3
<b>Before class:</b>
* Complete the Week 2 homework in the [Assignments tab](https://ucd-cepb.github.io/R-DAVIS/assignments.html)
* We'll complete [How R thinks about data (Part 2, Subsetting)](https://youtu.be/6qU9k125oOc) this week since we didn't finish in class week 2.
* Videos for Week 3:
* [How R thinks about data (Part 3, vector math)](https://youtu.be/S61ZbPMsBR4)
* [How R thinks about data (Part 4, missing values)](https://youtu.be/NGh04hOyx7c)
* [How R thinks about data (Part 5a, things other than vectors)](https://youtu.be/plnoV9Ds8nQ)
* [How R thinks about data (Part 5b, factors)](https://youtu.be/3u0Q2jg9Xeo)
* [Starting with Spreadsheets Part I: Reading in and exploring data](https://youtu.be/fL1ylCS82cU)
* [Starting with Spreadsheets Part II: Indexing and Subsetting data.frame Objects](https://youtu.be/lqW67USHLcM)
<b>After class:</b>
* <a href="https://forms.gle/4P4JK3GWMuXEH2DH6" target="_blank">Post-Class Survey (complete after class)</a>
### Week 4
<b>Before class:</b>
* Complete the Week 3 homework in the [Assignments tab](https://ucd-cepb.github.io/R-DAVIS/assignments.html)
* Videos for Week 4:
* [Spreadsheet best practices](https://youtu.be/ZpiSc71juf4)
* [Welcome to the tidyverse](https://youtu.be/JOyZBx5JME0)
* [Data manipulation Part 1a](https://youtu.be/yjOdk-FYZLw)
* [Data manipulation Part 1b](https://youtu.be/PtiSeJEZ7Jc)
<b>After class:</b>
* <a href="https://forms.gle/4P4JK3GWMuXEH2DH6" target="_blank">Post-Class Survey (complete after class)</a>
### Week 5
<b>Before class:</b>
* Complete the Week 4 homework in the [Assignments tab](https://ucd-cepb.github.io/R-DAVIS/assignments.html)
* Videos for Week 5:
* Be sure to review Data Manipulation part 1b, which we didn't finish in class last week
* [Data manipulation Part 2a](https://youtu.be/kzT23-kQIdE)
* [Data manipulation Part 2b](https://youtu.be/snhv8tRQRB8)
<!------
* [Data manipulation Part 2](https://www.youtube.com/watch?v=Y7nhagJCCk4&list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk&index=1&t=824s)
* (All videos can be found on the [2021 R-DAVIS video page](https://www.youtube.com/playlist?list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk))
------>
<b>After class:</b>
* <a href="https://forms.gle/4P4JK3GWMuXEH2DH6" target="_blank">Post-Class Survey (complete after class)</a>
### Week 6
<b>Before class:</b>
* Complete the Week 5 homework in the [Assignments tab](https://ucd-cepb.github.io/R-DAVIS/assignments.html)
* Videos for Week 6:
* [Data visualization Part 1a](https://youtu.be/BO-9aFrUcrA)
* [Data visualization Part 1b](https://youtu.be/OyWtWbZcC6A)
<b>After class:</b>
* <a href="https://forms.gle/4P4JK3GWMuXEH2DH6" target="_blank">Post-Class Survey (complete after class)</a>
### Week 7
<b>Before class:</b>
* Complete the Week 6 homework in the [Assignments tab](https://ucd-cepb.github.io/R-DAVIS/assignments.html)
* Videos for Week 7:
* [Data visualization Part 2a](https://youtu.be/aahVpfygvtc)
* [Data visualization Part 2b](https://youtu.be/0yTQY9doaZM)
* [Data visualization Part 2c](https://youtu.be/sX29H2qep-E)
<!------
* [Data visualization Part 2A](https://www.youtube.com/watch?v=Xq2lCoNlqH8&list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk&index=2)
* [Data visualization Part 2B](https://www.youtube.com/watch?v=GDqT7MP2QLA&list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk&index=1)
* (All videos can be found on the [2021 R-DAVIS video page](https://www.youtube.com/playlist?list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk))
------>
<b>After class:</b>
* <a href="https://forms.gle/4P4JK3GWMuXEH2DH6" target="_blank">Post-Class Survey (complete after class)</a>
### Week 8
<b>Before class:</b>
* Complete the Week 7 homework in the [Assignments tab](https://ucd-cepb.github.io/R-DAVIS/assignments.html)
* Videos for Week 8:
* [Dates with Lubridate](https://youtu.be/AI56n5J76SQ)
* [Function-writing](https://youtu.be/5gAig6AQ4S0)
<!------
* [Lubridate](https://www.youtube.com/watch?v=CVgeZf8Av0I&list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk&index=2)
* [Function writing](https://www.youtube.com/watch?v=DzYaUFy6Ims&list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk&index=1)
* (All videos can be found on the [2021 R-DAVIS video page](https://www.youtube.com/playlist?list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk))
------>
<b>After class:</b>
* <a href="https://forms.gle/4P4JK3GWMuXEH2DH6" target="_blank">Post-Class Survey (complete after class)</a>
### Week 9
<b>Before class:</b>
* Complete the Week 8 homework in the [Assignments tab](https://ucd-cepb.github.io/R-DAVIS/assignments.html)
* Videos for Week 9:
* [For loops and apply functions](https://youtu.be/Mfzg98VsSuk)
* [Map functions 2021](https://www.youtube.com/watch?v=DVaACfvnFJs&list=PL9RGU7mcuUv6hlpNiICK6Q1NYnBsf-RYk&index=2)
### Finals Week
* Complete the [post-course credit reflection](https://forms.gle/vkk8AvV3rbj83UCU9)