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 / crimes.doc < prev    next >
Encoding:
Text File  |  1996-11-24  |  748 b   |  29 lines

  1.  
  2. CRIMES - Violent Crime Rates by US State
  3.  
  4. DESCRIPTION
  5.  
  6. This data set contains statistics, in arrests per 100,000 residents
  7. for assault, murder, and rape in each of the 50 US states in 1973.
  8. Also given is the percent of the population living in urban areas.
  9.  
  10. FORMAT
  11.  
  12. A data frame with 50 observations on 5 variables.
  13.  
  14.   [,1]  Murder    numeric  Murder arrests (per 100,000)
  15.   [,2]  Assault   numeric  Assault arrests (per 100,000)
  16.   [,3]  UrbanPop  numeric  Percent urban population
  17.   [,4]  Rape      numeric  Rape arrests (per 100,000)
  18.  
  19. SOURCE
  20.  
  21. World Almanac and Book of facts 1975.  (Crime rates).
  22.  
  23. Statistical Abstracts of the United States 1975.  (Urban rates).
  24.  
  25. REFERENCES
  26.  
  27. McNeil, D. R. (1977).  Interactive Data Analysis.  New York: Wiley.
  28.  
  29.