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:
T7. Property Crimes Reported (Rate per 100,000 Population) [4]
Universe:
Universe:
Variable Details
T7.
Property Crimes Reported (Rate per 100,000 Population)
Universe: Universe:
T007_001
Total Property Crimes Rate:
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(
UCR2014_004_PROPERTY_4
) / 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_004_PROPERTY_4
.IsNull) oretval.IsNull = true; else oretval = System.Convert.ToDouble(
ORG:UCR2014_004_PROPERTY_4
) / 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_004_PROPERTY_4
Total Property Crimes