| LAcrime {lmreg} | R Documentation |
LA crime and temperature data
Description
Monthly total counts of homicides and rapes in the city of Los Angeles from January 1975 to December 1993.
Usage
data(LAcrime)
Format
A data frame with 228 observations on the following 7 variables.
YearYear of record
MonthMonth of record
PopulationPopulation of the city in the year of record
TempCelsiusMonthly average temperature recorded at the Los Angeles International Airport (in Celsius)
FahrenheitMonthly average temperature recorded at the Los Angeles International Airport (in Fahrenheit)
HomicideTotal count of homicides in the month and year of record
RapeTotal count of rapes in the month and year of record
Source
The crime data: Carlson, S.M. (1998), Uniform Crime Reports: Monthly Weapon-Specific Crime and Arrest Time Series, 1975-1993, ICPSR06792-v1, Interuniversity Consortium for Political and Social Research, Ann Arbor, MI (https://www.icpsr.umich.edu/icpsrweb/NACJD/studies/6792). Temperature data for LAX (WMO ID 72295): National Oceanic and Atmospheric Administration, USA (http://www.ncdc.noaa.gov/ghcnm/v2.php)
Examples
data(LAcrime)
head(LAcrime)