Question: Solve using R The following code loads a data frame rainfall containing daily measurements of rainfall at some location in Canada over a 14 year
Solve using R
The following code loads a data frame rainfall containing daily measurements of rainfall at some location in Canada over a 14 year period. Note that you will need an internet connection to load this data set.
rainfall <- read_csv(file = "http://www.stat.osu.edu/~vqv/4194/data/rainfall.csv")
Make a scatterplot of rain against day.
What is wrong in the previous plot, i.e. why cant it possibly be correct?
Fix the data with NA and create a new plot of rain against day.
Make a plot showing days for where the rain measurement is missing. Does there appear to be a pattern to the missingness? Explain using your plot.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
