Use the computational tools/statistical analysis workflow you are familiar with to perform the following tasks. By “statistical analysis workflow” I mean something like the following (there are plenty of other ways as well):
Problem Description: The nyc-weather-13.csv file available from http://bit.ly/nyc-weather-13 contains hourly meteorological data from 2013 for each of the three New York City airports:
EWR - Newark Liberty International AirportJFK - John F. Kennedy International AirportLGA - LaGuardia AirportTasks to complete:
month and temp.Last but not least: Produce a report providing the calculations done in table form as well as the graphics made. Also include a brief discussion about what stands out from the plots and calculations.
Produce appropriate 5NG (Five Named Graphs) with R package & data set in [ ], e.g., [nycflights13 \(\rightarrow\) weather]. Try to look through the help documentation/Google to improve/customize your plots.
Does age predict recline_rude?
[fivethirtyeight \(\rightarrow\) na.omit(flying)]
Distribution of age by sex
[okcupiddata \(\rightarrow\) profiles]
Does budget predict rating?
[ggplot2movies \(\rightarrow\) movies]
Distribution of log base 10 scale of budget_2013
[fivethirtyeight \(\rightarrow\) bechdel]