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 2010
you are here:
choose a survey
survey
data set
table
variable details
Survey:
UCR Crime Data 2010
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_042
Curfew, Loitering Violation Arrest Rate (Juveniles Only)
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(
UCR2010_001_CURFEW_1
) / Sum(
UCR2010_001_TOT_POP
)) * 100000
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType(); if(
ORG:UCR2010_001_TOT_POP
== 0) oretval.IsNull = true; else if (
ORG:UCR2010_001_CURFEW_1
.IsNull) oretval.IsNull = true; else oretval = System.Convert.ToDouble(
ORG:UCR2010_001_CURFEW_1
) / System.Convert.ToDouble(
ORG:UCR2010_001_TOT_POP
) * 100000; return oretval;
Variables used in the formula:
ORG:UCR2010_001_TOT_POP
Total Population
ORG:UCR2010_001_CURFEW_1
Curfew-Loitering Laws