Social Explorer application is not quite ready for this screen size.
Please head to your nearest desktop or tablet device.
Visit Homepage
What's new?
close
Data Dictionary
Skip to Sidebar navigation menu
Skip to Page content
Professional plan provided by Massachusetts Institute of Technology
Create Account
Login
Data Dictionary:
UCR Crime Data 2014
you are here:
choose a survey
survey
data set
table
variable details
Survey:
UCR Crime Data 2014
Data Source:
Social Explorer, Interuniversity Consortium for Political and Social Research (ICPSR) and U.S. Census Bureau
Data set:
Social Explorer Tables (SE)
Table:
T11. Violent and Property Crimes Arrests (Rate per 100,000 Population) [3]
Universe:
Total Violent and Property Crime Rate
Variable Details
T11.
Violent and Property Crimes Arrests (Rate per 100,000 Population)
Universe: Total Violent and Property Crime Rate
T009_001
Total Violent and Property Crime Arrests Rate:
T009_003
Property Crime Arrests Rate
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(
UCR2014_001_P1PRPTY_1
) / Sum(
UCR2014_001_TOT_POP
)) * 100000
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType(); if(
ORG:UCR2014_001_TOT_POP
== 0) oretval.IsNull = true; else if (
ORG:UCR2014_001_P1PRPTY_1
.IsNull) oretval.IsNull = true; else oretval = System.Convert.ToDouble(
ORG:UCR2014_001_P1PRPTY_1
) / System.Convert.ToDouble(
ORG:UCR2014_001_TOT_POP
) * 100000; return oretval;
Variables used in the formula:
ORG:UCR2014_001_TOT_POP
Total Population
ORG:UCR2014_001_P1PRPTY_1
Part 1-Property Crimes