setwd()
read.csv()
head()
dim()Problem Set 1
Important
UPDATED: Due September 11th at 10:30 am on Canvas
Problem Set 1 is posted on Canvas. You have two options for how to complete the assignment.
- Type up your answers in a text processor and write your code in an R script. Submit a PDF of the answers as well as your Rscript (2 files).
- 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
Purpose
This first problem set will help you practice:
- Setting the working directory
- Loading data into R
- Viewing and understanding observations from the dataset
- Identifying the type of variables you are working with
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