Skip to content

Commit 470f4fa

Browse files
committed
Add README.
0 parents  commit 470f4fa

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Diff for: README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Introduction to Programming with R
2+
3+
This repository contains notes from STAT 33A at UC Berkeley in Fall Semester
4+
2020.
5+
6+
Also see my [general teaching notes repository][notes]. For more info, send me
7+
an email.
8+
9+
[notes]: https://github.com/nick-ulle/teaching-notes
10+
11+
The syllabus is [here](syllabus.pdf).
12+
13+
## Topic Schedule
14+
15+
Links go to lecture notes and accompanying workbooks:
16+
17+
| Week | Notes | Topics
18+
| ---: | -----------------------: | ------
19+
| 1 | [Aug 23](lecture/08.23/) | Welcome; Basics of R
20+
| 2 | [Aug 30](lecture/08.30/) | Packages; R Notebooks; Vectors
21+
| 3 | [Sep 06](lecture/09.06/) | Data Types; Special Values; Comparisons
22+
| 4 | [Sep 13](lecture/09.13/) | Files; Data Frames; Factors
23+
| 5 | [Sep 20](lecture/09.20/) | Indexing; Boolean Logic
24+
| 6 | [Sep 27](lecture/09.27/) | Graphics (ggplot2)
25+
| 7 | [Oct 04](lecture/10.04/) | Exploratory Data Analysis Techniques
26+
| 8 | [Oct 11](lecture/10.11/) | dplyr
27+
| 9 | [Oct 18](lecture/10.18/) | Apply Functions; If-statements
28+
| 10 | [Oct 25](lecture/10.25/) | Functions; Scope
29+
| 11 | [Nov 01](lecture/11.01/) | Printing Output; For-loops
30+
| 12 | [Nov 08](lecture/11.08/) | While-loops; Error Messages; Debugging
31+
| 13 | [Nov 15](lecture/11.15/) | Tidy Data; String Processing
32+
| | Nov 22 | No lecture (Thanksgiving Break)
33+
| 14 | [Nov 29](lecture/11.29/) | Relational Data

0 commit comments

Comments
 (0)