You have 120 min to work on answering these questions, make sure to put your answers in this document. This is the file that you will be asked to hand in.
Data on all flights in and out of Des Moines (DSM) for October 2008
are available at
http://www.hofroe.net/data/dsm-flights.csv
(a copy is also available in the data folder in Canvas).
See
http://stat-computing.org/dataexpo/2009/the-data.html
for a description of the variables.
Update: the link to the csv file above is not valid anymore. Please use the following code to load the data
flights <- read.csv("https://raw.githubusercontent.com/DS202-at-ISU/DS202-at-ISU.github.io/master/exams/dsm-flights.csv")
# place the code for your answer here
# place the code for your answer here
# place the code for your answer here
# place the code for your answer here
# place the code for your answer here
# place the code for your answer here
# place the code for your answer here
Draw a scatterplot of average departure delay by scheduled hour of departure. Color points by top destination, adjust point size to reflect the number of flights for each hour.
# place the code for your answer here