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