Question: Please give the code in R studio for each section of the question Use the data frame fandango form package fivethirtyeight (recall you need to
Use the data frame fandango form package fivethirtyeight (recall you need to install and call the package before you can work with the data frame) and do the following: a. Read the description of the data frame and briefly comment the information it provides. b. Create an object from variable rottentomatoes and another from variable metacritic. For each find the sum, average, median, minimum, and maximum values, and report those values. c. Using the code and explanations from SIDS, section 2.3 (this is your second textbook) create a scatterplot for rottentomatoes against metacritic. Comment on your findings. d. Using SIDS, section 2.7 and 2.8, obtain a boxplot and a barplot rottentomatoes. Comment on your findings. e. Using SIDS, section 2.7, obtain a side-by-side boxplot of rottentomatoes scores split by fandango_stars (make sure use the factor version of fandango_stars)
Step by Step Solution
There are 3 Steps involved in it
To perform the tasks outlined in your question using R you can fo... View full answer
Get step-by-step solutions from verified subject matter experts
