Hi everyone,
I am working with panel data. I have aproximately 200 observations in total. My time variable is birth decade (from 1880 until 1960) and my cross-sectional variable is province of birth.
My dependent variable is years of schooling and my main explanatory var is migrant share. I have been trying to correct the not normally distributed errors (I already created transformation of the variables) - I solved the problem with the residuals
regression:
xi: reg yrsc i.region i.bdec logmigrantshare logurbanshare gapmalefemale cattle
Then I wanted to correct heteroskedasticity, so I transformed yrsc to lnyrsc, heteroskedasticity was gone but the residuals are again not normally distributed
At this point I do not know what is better, if having heteroskedasticity or not normally distributed res. The tests that I used were estat imtest, white and sktest for the residuals
Could someone help me with this problem?
Thanks in advance
I am working with panel data. I have aproximately 200 observations in total. My time variable is birth decade (from 1880 until 1960) and my cross-sectional variable is province of birth.
My dependent variable is years of schooling and my main explanatory var is migrant share. I have been trying to correct the not normally distributed errors (I already created transformation of the variables) - I solved the problem with the residuals
regression:
xi: reg yrsc i.region i.bdec logmigrantshare logurbanshare gapmalefemale cattle
Then I wanted to correct heteroskedasticity, so I transformed yrsc to lnyrsc, heteroskedasticity was gone but the residuals are again not normally distributed
At this point I do not know what is better, if having heteroskedasticity or not normally distributed res. The tests that I used were estat imtest, white and sktest for the residuals
Could someone help me with this problem?

Thanks in advance
Comment