Week 1 Readings

Introduction to R/RStudio/Vectors
Published

January 9, 2025

Modified

January 6, 2025

Required

Remember, this reading is mostly supplemental and will help you if there are concepts that are unclear in class.

Optional

Posit/R Cheatsheets

  • Many useful information and tips can be found in the list of cheatsheets on the Posit website

Markdown Basics

Swirl Basics

I’m going to highlight another resource for learning basic R concepts: swirl. This is a software package for R.

To start it, run the following code in the console in RStudio Cloud:

library(swirl)
swirl()

You’ll want to take a look at the R Programming course, especially the following sections:

  1. Basic Building Blocks
  2. Sequences of Numbers
  3. Vectors
  4. Missing values