Exercises

Author
Affiliation

Beau B. Bruce, MD, PhD

Emory University

The exercises form the core instructional and evaluative material for the course.

  1. Rithmatic: a basic introduction starring the arithmetic operators [canvas]
  2. 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]
  3. Rcel, Part 1: an introduction to two of R’s composite data structures, i.e., vector and factor [canvas]
  4. Rcel, Part 2: a continuation of our exploration of key R composite data structures, focusing on list and data.frame [canvas]