crime | R Documentation |
A randomly shuffled subset of the dataset of reported crimes in the city of Chicago in the period 2001 to 2019.
data(crime)
A data frame with 48,130 rows and 25 variables:
date of which the crime was reported
type of crime that was reported, one of a finite amount of options
description of the reported crime
type of place where the crime was committed
logical; if TRUE
, then the crime resulted in an arrest
logical; if TRUE
, then the incident was domestic-related
the beat where the crime occurred (smallest police geographical area)
police district where the crime occurred
the ward (City Council district) in Chicago where the crime occurred
the community area where the incident occurred
year when the crime happened
latitude co-ordinate (in degrees) of the block where the crime occurred
longitude co-ordinate (in degrees) of the block where the crime occurred
estimated hour of the day when the crime happened
distance in km from the nearest police station (from where the crime happened)
name of the community area
Percentage of occupied housing units, in the community area, with more than one person per room
Percentage of households, in the community area, that are living below the federal poverty level
Percentage of persons, in the community area, that are over the age of 16 years that are unemployed
Percentage of persons in the community area that are over the age of 25 years without a high school education
Percent of the population of the community area under 18 or over 64 years of age
Community Area Per capita income; estimated as the sum of tract-level aggregate incomes divided by the total population
Score that incorporates each of the six selected socioeconomic indicators
crime density as fit by a kernel density estimator
population density as fit by a kernel density estimator
https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-present/ijzp-q8t2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.