Your goal is to replicate both data visualizations given as closely as possible. You may still be able to get points if your visualization is nearly correct. These visuals can be made using techniques covered in our labs and homework. Visualization 1 needs to be turned in by the end of class. When you’ve turned in your solution to Visualization 1 you may pick up the second visualization.
Background: These data come from a real study conducted in an advanced driving simulator looking at performance of subjects who had acutely consumed cannabis. Each subject engaged in four drives, labeled “RT1” through “RT4”. The first, “RT1”, was a baseline drive where the subject was sober. After this drive the subject consumed cannabis and engaged in similar drives at approximately 30-min, 90-min, and 180-min after dosing. These drives were split into a series of defined events, and various aspects of driving performance were recorded for each event.
Data:
drives = read.csv("https://remiller1450.github.io/data/drives.csv")
“drives.csv” contains participants IDs for select participants and the number of lane departures on the left and right side of the lane within 3 different defined segments of the drive (recorded by “EventNum”)
Background:
This data consists of F2024 course data.
Data: The data for this portion is the Fall 2024 Course data used in the SQL Lab (Lab 9).