Week 1 Readings

Introduction to R/RStudio/Vectors
Published

January 10, 2024

Modified

February 13, 2024

Required

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

Optional

Markdown Basics

  • This is a short reference on how to do formatting in Markdown. This is optional, but may be a helpful reference as you continue on and work with Markdown and Quarto.

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