Data Dictionary: | FBI Crime Data 2017 |
Data Source: |
T3. | Violent and Property Crimes Reported (Rate per 100,000 Population) | |||||||
Universe: | ||||||||
T003_001Total Violent and Property Crimes Rate:
Percent base:
None - percentages not computed
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( ORG:FBI17_068_SE_T001_001 == 0)
oretval.IsNull = true;
else
if (SE:T002_001.IsNull)
oretval.IsNull = true;
else
oretval = SE:T002_001 / ORG:FBI17_068_SE_T001_001 * 100000;
return oretval;
|