Problem Set 3

Important

Due Friday, March 13, at 11:59 pm on Canvas

Use the RMarkdown file provided (.Rmd extension) and write your answers and code in the spaces provided. Submit the PDF that is “knitted.”

Files

  1. Problem Set - PDF
  2. RMardown file

Purpose

This second problem set will help you practice:

  1. Setting the working directory
  2. Loading data into R
  3. Conducting univariate analyses to understand the variables in the dataset
  4. Conducting bivariate analyses to understand the relationship between two variables

Criteria for success

In addition to providing the correct code and/or answer, a successful problem set will:

  1. Have clear explanations that demonstrate your knowledge of the material
  2. Use the “comment out” function to explain what the code is doing