Dear @VCarlo Lazzaro,
I hope you can help me with quantile regression. I have a panel data of 31 countries and 29 years. I have checked and I have heteroskedasticity among my variables. This is my code:
I tried to use xtqreg first, but I do not know how to add fixed effects there. I am a bit lost since I do not know if my code is correct or whethr should I go for other command.
Thanks.
Best,
Lucia
I hope you can help me with quantile regression. I have a panel data of 31 countries and 29 years. I have checked and I have heteroskedasticity among my variables. This is my code:
Code:
set seed 12345 eststo s1: qregpd manEMP lnPop lnPop_sq lngdppc lngdppc_sq fdi remitt foreignaid, id(cnt_enc) fix(year) optimize(mcmc) noisy draws(5000) burn(500) arate(.5) quantile(25)
Thanks.
Best,
Lucia

Comment