-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathschedule.html
285 lines (272 loc) · 12.3 KB
/
schedule.html
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
---
layout: default
root: ""
---
<!-- Main component for a primary marketing message or call to action -->
The full syllabus is available <a href="syllabus.pdf" target=_blank>here</a>.
<h2>Course Topics:</h2>
<div>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Date</th>
<th>Topic</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td>Weeks 1-2</td>
<td>Working Environment and Review<br>
Git, GitHub, and R Markdown</td>
<td>
<dl>
<dt>Jan 18</dt>
<dd><a href="../materials-2022/00_getting-started/slides.html" target=_blank>Course intro & syllabus</a> | <a href="../materials-2022/01_collaborative-environment/01_test-case.html" target=_blank>Collaborations - test case</a> | data: <a href="../materials-2022/01_collaborative-environment/data/brfss_iowa.csv" target=_blank>2015 BRFSS data for Iowa</a> | Code book: <a href="https://www.cdc.gov/brfss/annual_data/2015/pdf/codebook15_llcp.pdf">BRFSS Codebook 2015</a></dd>
<dt>Jan 20</dt>
<dd>
<a href="../materials-2022/01_collaborative-environment/01_test-case.html" target=_blank>Collaborations - test case</a> | data: <a href="../materials-2022/01_collaborative-environment/data/brfss_iowa.csv" target=_blank>2015 BRFSS data for Iowa</a> | Code book: <a href="https://www.cdc.gov/brfss/annual_data/2015/pdf/codebook15_llcp.pdf">BRFSS Codebook 2015</a> | <a href="../materials-2022/01_collaborative-environment/03_tools-of-the-trade.html" target=_blank>tools for collaborations</a>
</dd>
<!-- <!-- <dd>a href="../materials-2022/01_collaborative-environment/02_test-case-solution.html">Solution to test case</a> (<a href="https://raw.githubusercontent.com/Stat585-at-ISU/materials-2022/master/01_collaborative-environment/test-case-solution.Rmd">test-case-solution.Rmd</a>) | <a href="../materials-2022/01_collaborative-environment/03_tools-of-the-trade.html" target=_blank>tools for collaborations</a></dd> -->
<dt>Jan 25</dt>
<dd>
<a href="../materials-2022/02_tidyverse/01-just-intro.html" target=_blank>
reviewing elements of the tidyverse: ggplot2, dplyr, tidyr</a> |
<a href="../materials-2022/02_tidyverse/01_intro-fix.html" target=_blank>
reviewing elements of the tidyverse: ggplot2, dplyr, tidyr with solutions</a>
</dd>
</dl>
</td>
</tr>
<tr>
<td>Weeks 3-4</td>
<td>Data structures in R: factors and lists, trees</td>
<td>
<dl>
<dt>Jan 27</dt>
<dd>
<a href="../materials-2022/labs/01_lab.html" target=_blank>Lab #1, due Feb 2</a>
</dd>
<dt>Feb 1</dt>
<dd>
<a href="../materials-2022/02_tidyverse/01_intro-fix.html" target=_blank>
reviewing elements of the tidyverse: ggplot2, dplyr, tidyr with solutions</a>
</dd>
<dt>Feb 3</dt>
<dd>
<a href="../materials-2022/labs/01_lab-recap.html">lab #1 recap</a> |
<a href="../materials-2022/admin/01_announcements.html">announcements</a> |
<a href="../materials-2022/03_data-structures/01_data-structures.html" target=_blank>Review of basic R types and structures, first look at lists</a>
</dd>
<dt>Feb 8</dt>
<dd>
<a href="../materials-2022/03_data-structures/01_data-structures.html" target=_blank>Review of basic R types and structures, first look at lists</a> |
<a href="../materials-2022/03_data-structures/02_reading-files.html"
target=_blank>Working with different file formats</a> |
<a href="../materials-2022/03_data-structures/03_reading-files.html"
target=_blank>reading fixed width files</a>
</dd>
<dt>Feb 10</dt>
<dd>
<a href="../materials-2022/04_functional-programming/01_functions.html"
target=_blank>review of functions</a> |
<a href="../materials-2022/04_functional-programming/02_iterations.html"
target=_blank> ... and iterations</a> |
<a href="../materials-2022/code/stat585-2022-02-10.R"
target=_blank>R code from class</a>
</dd>
<!-- <dd><a href="../materials-2022/03_data-structures/02_reading-files.html" target=_blank>Working with different file formats</a> | <a href="../materials-2022/blog-recaps/03_blog.html">blog 3 recap</a> | | <a href="../materials-2022/03_data-structures/03_reading-files.html" target=_blank>reading fixed width files</a> (<a href="../materials-2022/code/20190211_Code.R" target=_blank>R code</a>)
</dd> -->
</dl>
</td>
</tr>
<tr>
<td>Week 5</td>
<td>Review of functional programming, Elements of programming: conditionals, loops</td>
<td>
<dl>
<dt>Feb 15</dt>
<dd>
<a href="../materials-2022/04_functional-programming/02_iterations.html"
target=_blank> reviewing iterations</a> |
<a href="../materials-2022/04_functional-programming/02_purrr.html"
target=_blank>list variables: purrr, nest and unnest</a>
</dd>
<!-- <dd><a href="../materials-2022/04_functional-programming/01_functions.html" target=_blank>review of functions</a> (<a href="../materials-2022/code/stat585-feb-13.R" target=_blank>R code</a>) | <a href="../materials-2022/04_functional-programming/02_iterations.html"> ... and iterations</a></dd> -->
<dt>Feb 17</dt>
<dd><a href="https://stat585-at-isu.github.io/labs.html">lab #2, due Feb 21</a>
</dd>
</dl>
</td>
</tr>
<tr>
<td>Week 6</td>
<td>Split-apply-combine strategies with lists</td>
<td>
<dl>
<dt>Feb 22</dt>
<dd>
<a href="../materials-2022/04_functional-programming/02_purrr.html"
target=_blank>list variables: purrr, nest and unnest</a> |
<a href="../materials-2022/08_testing-code/00_debugging.html"
target=_blank>Debugging functions</a>
</dd>
<dt>Feb 24</dt>
<dd>
<!-- <a href="../materials-2022/labs/02_lab-recap.html">recap for lab 2</a> | -->
<a href="../materials-2022/08_testing-code/00_debugging.html"
target=_blank>Debugging functions</a> |
<a href="../materials-2022/08_testing-code/01_debugging.html"
target=_blank>Writing debuggable functions</a>
</dd>
</dl>
</td>
</tr>
<tr>
<td>Week 7-8</td>
<td>Package system in R</td>
<td>
<dl>
<dt>Mar 1</dt>
<dd>
<!-- <a href="../materials-2022/labs/02_lab-recap.html">recap for lab 2</a> | -->
<a href="../materials-2022/08_testing-code/00_debugging.html"
target=_blank>Debugging functions</a> |
<a href="../materials-2022/08_testing-code/01_debugging.html"
target=_blank>Writing debuggable functions</a> |
<a href="../materials-2022/09_packages/01_r-packages.html"
target=_blank>Structure of R packages</a></dd>
<dt>Mar 3</dt>
<dd>
<!-- <a href="../materials-2022/labs/02_lab-recap.html">recap for lab 2</a> | -->
<a href="../materials-2022/09_packages/01_r-packages.html"
target=_blank>Structure of R packages</a>
</dd>
<dt>Mar 8</dt>
<dd>
<a href="../materials-2022/09_packages/01_r-packages.html"
target=_blank>Structure of R packages</a> |
<a href="../materials-2022/09_packages/02_r-packages-data.html">Data and Examples in R packages</a>
</dd>
<dt>Mar 10</dt>
<dd>
<a href="../materials-2022/labs/03_lab.html">lab #3, due Mar 21</a>
</dd>
<dt>Mar 22</dt>
<dd><a href="../materials-2022/labs/03_lab-warnings.html">Lab #3, additional work session</a></dd>
</dl>
</td>
</tr>
<tr>
<td>Week 9-10</td>
<td>Testing code & Critical analysis of code</td>
<td>
<dl>
<dt>Mar 24</dt>
<dd><a href="../materials-2022/08_testing-code/02_testing-code.html">Unit tests</a>
</dd>
<dt>Mar 29</dt>
<dd><a href="../materials-2022/08_testing-code/02_testing-code.html">Quick look back</a> | <a href="../materials-2022/08_testing-code/04_coverage.html">Continuous Integration, Github Actions and Badges</a>
</dd>
</dl>
</td>
</tr>
<tr>
<td>Week 11</td>
<td>Web-scraping, working with text: awk and grep (lab week)</td>
<td>
<dl>
<dt>Mar 31</dt>
<dd><a href="../materials-2022/11_web-scraping/01_web-scraping.html">Web-scraping</a> | <a href="../materials-2022/11_web-scraping/code-2022-03-31.R">Code from class</a>
</dl>
<dl>
<dt>Apr 5</dt>
<dd><a href="../materials-2022/11_web-scraping/03_api.html">APIs and R</a> |
<a href="../materials-2022/11_web-scraping/code-2022-04-05.R">Code from class</a>
</dd>
</dl>
</td>
</tr>
<tr>
<td>Week 12</td>
<td>Event driven programming</td>
<td>
<dl>
<dt>Apr 7</dt>
<dd>
<a href="../materials-2022/10_interactive/01_shiny.html">shiny apps</a> |
<a href="../materials-2022/shiny.zip">zipped folder</a>
</dd>
<!-- <dd><a href="../materials-2022/05_parallelizing/01_parallel.html">a smattering of parallel code in R</a>
</dd> -->
<dt>Apr 12</dt>
<dd>
<a href="../materials-2022/10_interactive/02_shiny.html">dashboards and reactive events</a> |
<a href="../materials-2022/10_interactive/dashboards.R">dashboards.R</a>
</dd>
<dt>Apr 14</dt>
<dd>
<a href="../materials-2022/labs/04_lab.html">lab #4, due Apr 18</a>
</dd>
</dl>
</td>
</tr>
<tr>
<td>Week 13</td>
<td>Parsing data, Profiling code</td>
<td>
<dl>
<dt>Apr 19</dt>
<dd>
<a href="../materials-2022/03_data-structures/02_date-and-time.html">Working with dates and time</a> | <a href="../materials-2022/07_regular-expressions/01_regular-expressions.html">Regular expressions</a>
</dd>
<dt>Apr 21</dt>
<dd>
<a href="../materials-2022/08_testing-code/03_profiling-code.html">Profiling code</a> | <a href="../materials-2022/05_parallelizing/01_parallel.html">parallelizing code with future and furrr</a>
</dd>
<!-- <dt>Apr 5</dt>
<!-- <dd><a href="../materials-2022/12_databases/01_sqlite.html">databases and R</a>
</dd> -->
<!-- <dt>Apr 7</dt>
<!-- <dd><a href="../materials-2022/12_databases/01_sqlite.html">databases and R</a> | <a href="../materials-2022/07_regular-expressions/01_regular-expressions.html">regular expressions</a>
</dd> -->
</dl>
</td>
</tr>
<tr>
<td>Week 14</td>
<td>Databases</td>
<td></td>
</tr>
<tr>
<td>Week 15</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Week 15</td>
<td>Project presentations</td>
<td>
<dt>May 3</dt>
<!-- <dd>
<a href="projects.html">tentative schedule</a> please provide <a href="https://heike.wufoo.com/forms/m11utxhi014nt1m/">feedback here</a>
</dd> -->
<dt>May 5</dt>
<!-- <dd>
<a href="projects.html">tentative schedule</a>
</dd> -->
</td>
</tr>
<tr>
<td>Finals' Week</td>
<td>Project presentations</td>
<td>
<dt>May 9, 7:30 - 9:30 a.m.</dt>
<!-- <dd>
<a href="projects.html">tentative schedule</a>
</dd> -->
</td>
</tr>
</tbody>
</table>
</div>