Data Dictionary: | FBI Crime Data 2013 |
Data Source: | Social Explorer, Federal Bureau of Investigation and Census Bureau |
T5. | Violent Crimes Reported (Rate per 100,000 Population) | |||||||
Universe: Universe: | ||||||||
T005_004 Rape Legacy Definition Rate
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(FBI13_013_T4) / Sum(FBI13_068_TOT_POP_0)) * 100000
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( PE:FBI13_068_TOT_POP_0 == 0)
oretval.IsNull = true;
else
if (CD:FBI13_013_T4.IsNull)
oretval.IsNull = true;
else
oretval = CD:FBI13_013_T4 / PE:FBI13_068_TOT_POP_0 * 100000;
return oretval;
|
Excerpt from: | Social Explorer; U.S. Department of Justice - Federal Bureau of Investigation; Uniform Crime Report - Crime in the United States, 2013. |
Uniform Crime Report - Crime in the United States, 2013 -> Violent Crime |