home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-M / data / cars.doc < prev    next >
Encoding:
Text File  |  1996-11-24  |  446 b   |  24 lines

  1.  
  2. CARS - Stopping Distances of Cars
  3.  
  4. DESCRIPTION
  5.  
  6. The data give the speed of cars and the distances taken to stop.
  7. Note that the data were recorded in the 1920s.
  8.  
  9. FORMAT
  10.  
  11. A data frame with 50 observations on 2 variable.
  12.  
  13.   [,1]  speed  numeric  Speed (mph)
  14.   [,2]  dist   numeric  Stopping distance (ft)
  15.  
  16. SOURCE
  17.  
  18. Ezekiel, M. (1930).  Methods of Correlation Analysis.  Wiley.
  19.  
  20. REFERENCES
  21.  
  22. McNeil, D. R. (1977).  Interactive Data Analysis.  Wiley.
  23.  
  24.