Exercises
The exercises form the core instructional and evaluative material for the course.
- Rithmatic: a basic introduction starring the arithmetic operators [canvas]
- Atomic Data Types: a deep dive into R’s most important basic data types, i.e., numeric, character (strings), and logical (boolean) data types [canvas]
- Rcel, Part 1: an introduction to two of R’s composite data structures, i.e.,
vector
andfactor
[canvas] - Rcel, Part 2: a continuation of our exploration of key R composite data structures, focusing on
list
anddata.frame
[canvas]