In this lab you will review the different techniques we have discussed for analyzing data in RStudio. The dataset contains information about various 2015 car models.
If you find yourself unsure of, for example, the units used for the weight of a car, you should do a Google search on one of the car makes and models, like “Hyundai Accent”, to find its weight. That information should help you determine proper units for the weight variable in the dataset.
Provide relevant graphs, numerical summaries, and discussions to answer the following questions. A graph cannot speak for itself; you need to provide a discussion of what you see in the graph.
As you investigate the data, you should create at least one of each of the following types of graphs (you can also use other kinds of graphs, of course):
Make sure each graph has a main title and suitable axis labels.
For help with writing your R code chunks, refer to the R and RStudio Cheatsheet and to the previous lab assignments: https://hanoverstatslabs.github.io/resources/
When looking at a new dataset, the first thing we must do is understand each of the variables individually. We will only look at a subset of the variables here.
Once we have looked at individual variables, we would typically proceed to look at relationships between two or possibly three variables. The next set of questions requires this kind of analysis.
More > Export... > Download
. Do the same for Lab8Report.html.