2026-02-24
Homework 5 - graphics:
If you have resubmitted, make sure to resubmit in Canvas as well (or I won’t know that you are ready for me to look at things)
Render your file before the final submission
and READ over it
Make sure to
avoid lengthy output (like showing the full data set)
fix any errors and warnings
read the output … e.g. 489 years of data (data manip homework) doesn’t make sense
not install packages in the quarto document (rely on the user to figure out installations)
not call View (opens separate window during render)
Don’t take it seriously!!! This is from a course on Data Analytics by Stephen Hill
relatively short - pay attention to details!
one (unintentional) trap: co2 object exists in R - leads to extremely strange numbers
How much do you trust the data in this assignment?
No? Good call! Something went terribly wrong in the data processing
Extra Credit: Assemble a data set from gapminder that contains the same/similar variables with corrected data. What went wrong with the data before?