Question
Solve completely all steps. (1) Download R and R studio in your system (2) Install ggplot2 and tidyverse packages in R (3) Load the cars.csv
Solve completely all steps.
(1) Download R and R studio in your system
(2) Install ggplot2 and tidyverse packages in R
(3) Load the cars.csv data which is attached to this message.
(4) Check the structure of the dataset and let us know how many variables are there and what is their types?
(5) Load ggplot library in your R environment.
(6) Make a histogram of cars city milage (city_mpg) and let us know what type of distribution you have observed?
(7) Make a boxplot of city_mpg and SUV status and let us know which type of vehicle will have better city milage mean value.
(8) In the box plot, observe outliers and let us know about them.
(9) Make a bar chart of SUV and fill it with Pickup. Please let us know about your observations
(10) Please let us know if you have outliers in your data then how it can affect your final results?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started