I have data by different counties for the years 1981 and 2011. Each variable is in it's own column.
For example: One column is Population (1981), with values for multiple counties. Another column is Population (2011) with values for those same counties.
..............| Pop80 | Pop11 | Pop01
--------------------------------------------------
County A | 1234.. | 2234.. | ..?
--------------------------------------------------
County B | 9876.. | 10876 | ..?
Is there some way to fill in an approximation of what the population might have been in 2001?
I've seen some PDFs about linear interpolation and the tsfill command, but those seem to have a separate column for year, which is not how my data is constructed. Would love to hear any suggestions, and please let me know if my situation needs further clarifying
For example: One column is Population (1981), with values for multiple counties. Another column is Population (2011) with values for those same counties.
..............| Pop80 | Pop11 | Pop01
--------------------------------------------------
County A | 1234.. | 2234.. | ..?
--------------------------------------------------
County B | 9876.. | 10876 | ..?
Is there some way to fill in an approximation of what the population might have been in 2001?
I've seen some PDFs about linear interpolation and the tsfill command, but those seem to have a separate column for year, which is not how my data is constructed. Would love to hear any suggestions, and please let me know if my situation needs further clarifying
Comment