# From the previous problem sets
setwd()
read.csv()
# New in this problem set
hist()
plot()
cor()Problem Set 4
Important
UPDATED: Due October 2nd at 11:59 pm on Canvas
Problem Set 4 is posted on Canvas. You must use the provided RMarkdown file to complete this problem set.
- Use the RMarkdown file provided (.Rmd extension) and write your answers and code in the spaces provided. Submit the PDF that is “knitted” (1 file).1
If you have any issues using RMarkdown please see me in my office so we can make sure you can knit the file on your computer.
Files
Purpose
This fourth problem set will help you practice:
- Setting the working directory
- Loading data into R
- Conducting univariate analyses to understand the variables in the dataset
- Conducting bivariate analyses to understand the relationship between two variables
You will use the following commands:
Criteria for success
In addition to providing the correct code and/or answer, a successful problem set will:
- Have clear explanations that demonstrate your knowledge of the material
- Use the “comment out” function to explain what the code is doing