Data Dictionary: | ACS 2013 (5-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
A14009. | Average Household Income by Race (In 2013 Inflation Adjusted Dollars) | |||||||
Universe: Households by Race | ||||||||
A14009_003 Black or African American Alone Householder
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(B19025B001) / Sum(B19001B001)
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( ACS13_5yr:B19001B001 == 0 )
oretval.IsNull = true;
else
oretval = ACS13_5yr:B19025B001 / ACS13_5yr:B19001B001;
return oretval;
|
Excerpt from: | Social Explorer; U.S. Census Bureau; American Community Survey 2013 5yr Summary File: Technical Documentation. |
ACS 2013-5yr Summary File: Technical Documentation -> Appendix A: Supplemental Documentation -> 2013 Subject Definitions -> Population Variables -> Income Type in the Past 12 Months -> Mean Income |
Excerpt from: | Social Explorer; U.S. Census Bureau; American Community Survey 2013 5yr Summary File: Technical Documentation. |
ACS 2013-5yr Summary File: Technical Documentation -> Appendix A: Supplemental Documentation -> 2013 Subject Definitions -> Population Variables -> Income Type in the Past 12 Months -> Income of Households |