Directions:

Question #1

The “Antarctica Cyclones” data (loaded below) were collected as part of a study published 1983 looking at seasonal variation in the frequencies of cyclones in Antarctica. Each row in this data set represents an observed cyclone, and the data contain two categorical variables:

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

\(~\)

Question #2

The data provided below are a random sample of \(n=200\) patient visits to an ICU 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 = read.csv("https://remiller1450.github.io/data/ICUAdmissions.csv")