For this assignment you should record your answers in an R Markdown file and submit the compiled output as a pdf.
Homework #3 is due 9/27 by 10:00pm
Using the polls data, https://remiller1450.github.io/data/polls2016.csv, recreate the following figure
\(~\)
In your own words, explain the difference between long and wide data, and how to convert between them in R.
Using the icu data, https://remiller1450.github.io/data/ICUAdmissions.csv, recreate the following figure
Hints: There is a filter using the Previous variable. We worked
with this data in Lab7.