Question: The data sets package in R contains a small data set called mtcars that contains n = 32 observations of the characteristics of different automobiles.
The data sets package in R contains a small data set called mtcars that contains n = 32 observations of the characteristics of different automobiles. Create a new data frame from part of this data set using this command: myCars < data.frame(mtcars[,1:6]).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
