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 2012
you are here:
choose a survey
survey
data set
table
variable details
Survey:
UCR Crime Data 2012
Data Source:
Social Explorer, Interuniversity Consortium for Political and Social Research (ICPSR) and U.S. U.S. Census Bureau
Data set:
Social Explorer Tables (SE)
Table:
T13. Arrest (Rate per 100,000 Population) [43]
Universe:
Total Arrest Rate
Variable Details
T13.
Arrest (Rate per 100,000 Population)
Universe: Total Arrest Rate
T011_001
Total Arrest Rate:
T011_019
Total Drug Abuse Violation Arrest Rate:
T011_025
Subtotal Drug Possession Arrest Rate:
T011_029
Possession of Other Drug Arrest Rate
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(
UCR2012_001_OTHPOSS_1
) / Sum(
UCR2012_001_TOT_POP
)) * 100000
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType(); if(
ORG:UCR2012_001_TOT_POP
== 0) oretval.IsNull = true; else if (
ORG:UCR2012_001_OTHPOSS_1
.IsNull) oretval.IsNull = true; else oretval = System.Convert.ToDouble(
ORG:UCR2012_001_OTHPOSS_1
) / System.Convert.ToDouble(
ORG:UCR2012_001_TOT_POP
) * 100000; return oretval;
Variables used in the formula:
ORG:UCR2012_001_TOT_POP
Total Population
ORG:UCR2012_001_OTHPOSS_1
Other Drug-Possession