Directions:

Question #1

The Indoor Obstacle Course (IOCT) is an obstacle course that all Cadets at West Point Academy are tested on and must successfully complete prior to graduation. The data set below records IOCT completion times for 384 graduates of the academy:

ioct = read.csv("https://data.scorenetwork.org/data/ioct_west_point.csv")

\(~\)

Question #2

For this question you’ll work with the “2023 Boston Marathon” data set found below:

marathon = read.csv("https://data.scorenetwork.org/data/boston_marathon_2023.csv")

This data set records information on each finisher of the 2023 Boston Marathon, with the variable finish_net_sec (finishing time in seconds) being the outcome of interest for this question.