Data Dictionary: | FBI Crime Data 2015 |
Data Source: | Social Explorer, Federal Bureau of Investigation and Census Bureau |
T2. | Violent and Property Crimes Reported | |||||||||||
Universe: | ||||||||||||
T002_003 Property Crimes
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:FBI15_013_T7.IsNull)
oretval = ORG:FBI15_013_T8 + ORG:FBI15_013_T9 + ORG:FBI15_013_T10;
else
oretval = ORG:FBI15_013_T7;
return oretval;
|