Directions:

Question #1

A research group conducted a survey of \(n=1250\) licensed drivers, asking them about the color of their car and whether they’ve received a speeding ticket in the past year. The researchers hypothesized that red cars are more noticeable and therefore might be pulled over for speeding at higher rates than other colors. The researchers found that of the 270 drivers in their sample who drove a red car, 15 reported receiving a speeding ticket. Of the remaining 980 drivers only 45 reported receiving a speeding ticket.

\(~\)

Question #2

A study published in 1983 looked at the seasonal variation in the frequencies of cyclones in Antarctica. The data provided below record each cyclone that occurred during a two-year period.

The data contain two categorical variables describing these cyclones:

cyclones = read.csv("https://remiller1450.github.io/data/cyclone.csv")

\(~\)

Question #3

For this question you’ll use the ICU admissions data that we’ve seen in a few of our previous labs and assignments. The data are a random sample of \(n=200\) patients at a hospital affiliated with Carnegie Mellon University (CMU).

These data contain several categorical variables that are encoded numerically. The questions below will involve the variables:

icu_data = read.csv("https://remiller1450.github.io/data/ICUAdmissions.csv")