The modelcars data frame has 12 rows and 2 columns. The data are for an experiment in which a model car was released three times at each of four different distances up a 20 degree ramp. The experimenter recorded distances traveled from the bottom of the ramp across a concrete floor.
This data frame contains the following columns:
a numeric vector consisting of the lengths traveled (in cm)
a numeric vector consisting of the distance of the starting point from the top of the ramp (in cm)
Source
W.J. Braun
Use the following R code to directly access this dataset in R.