Dear all,
I am working with a panel data, with 60 small states and and 30 years. I am basically replicating an other paper, where they say that gdp data has measurement errors, and to mitigate this issue they need to weight gdp measure by the variance of each single state.
I guess I understand the logic of weighting for the variance, as higher variance should correspond to higher measurement errors.
Can you suggest me any reference for this correction? I guess I should just transform gdp data, something like:
I guess I can't simply use this ratio and at the same time I guess the use of weights in the regressions is not correct.
Thank you!
I am working with a panel data, with 60 small states and and 30 years. I am basically replicating an other paper, where they say that gdp data has measurement errors, and to mitigate this issue they need to weight gdp measure by the variance of each single state.
I guess I understand the logic of weighting for the variance, as higher variance should correspond to higher measurement errors.
Can you suggest me any reference for this correction? I guess I should just transform gdp data, something like:
Code:
replace gdp=gdp/(function of variance)
Thank you!
Comment