the following information will be used for parts 1 and 2 of this assignment. in 1978 congress established a gas guzzler tax to discourage the production and purchase of fuel-inefficient vehicles. every vehicle currently produced is labeled as a guzzler if its fuel efficiency in mpg is below a certain amount. trucks, suvs and minivans were uncommon in 1978 so are exempt from the tax. if interested, read more: https://www.epa.gov/fueleconomy/gas-guzzler-tax each vehicle in the data set epafe2021data.csv has a projected annual fuel cost that estimates how much the vehicle will cost over a year in fuel. for example, the volkswagen passat has an estimated annual fuel cost of $1450. use the epafe2021data.csv dataset and the comparingtwomeans da6.r script to compare the average annual fuel cost in dollars between guzzlers and non-guzzlers from 2021 vehicles. part 1. (6 points) exploring the data. a. (2 points) visualize the data with a side by side boxplot. i. (1 point) paste the side-by-side box plot of the data. ii. (1 point) add a title and axis labels. iii. optional to change the color of the plot. b. (2 points) describe the distribution in context. is there visual evidence the average annual fuel cost is different between the guzzler and non-guzzler vehicles? explain. c. (2 points) provide an organized table of the summary statistics. include the sample means, standard deviations and sample sizes for each group. round to nearest whole number. mean standard deviation sample size guzzler non-guzzler