Statistical problems using R studio Lab Questions

First, we will revisit the mtcars data set built into R. Attach the data file and review the variable names. attach(mtcars)names(mtcars) We will begin by looking at some diagnostic tools, starting with the pairwise simple correlation values amongst all variables...