Data Dictionary: | FBI Crime Data 2010 |
Data Source: | Social Explorer, Federal Bureau of Investigation and Census Bureau |
T3. | Violent and Property Crimes Reported (Rate per 100,000 Population) | |||||||
Universe: Universe: | ||||||||
T002_003 Property Crimes Rate
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(T005_001) / Sum(FBI10_068_TOT_POP_0)) * 100000
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( PE:FBI10_068_TOT_POP_0 == 0)
oretval.IsNull = true;
else
if (SE:T005_001.IsNull)
oretval.IsNull = true;
else
oretval = SE:T005_001 / PE:FBI10_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, 2010. |
Uniform Crime Report - Crime in the United States, 2010 -> Data Declaration - Offenses Known to Law Enforcement, by State by Metropolitan and Nonmetropolitan Counties, 2010 |
Excerpt from: | Social Explorer; U.S. Department of Justice - Federal Bureau of Investigation; Uniform Crime Report - Crime in the United States, 2010. |
Uniform Crime Report - Crime in the United States, 2010 -> Violent Crime |
Excerpt from: | Social Explorer; U.S. Department of Justice - Federal Bureau of Investigation; Uniform Crime Report - Crime in the United States, 2010. |
Uniform Crime Report - Crime in the United States, 2010 -> Property Crime |