Hi there, I found that some variables in the ACS multi-year data (such as INCTOT) are inflated to dollars for the last data year, and I want to know the exact numbers used to adjust them.
For example, 2017 ACS 5-year data has the INCTOT variable adjusted to have value of 2017 dollars for all multiyear observations, i.e. 2013-2017. Then I think the following may be executed to make the INCTOT variable:
2013 INCTOT * A = INCTOT (adjusted to have 2017 dollar value)
2014 INCTOT * B = INCTOT (adjusted to have 2017 dollar value)
2015 INCTOT * C = INCTOT (adjusted to have 2017 dollar value)
2016 INCTOT * D = INCTOT (adjusted to have 2017 dollar value)
The values of A, B, C, D are what I wish to find out.