Dear Statalists,
I'd appreciate if you could tell me which command I should use to run a quantile regression for panel data FE using bootstrap.
So far, I only know hot to run the model using the qregpd and I'm applying the following command:
qregpd CRS X1 X2 X3 X4 X5 X6, id(id) fix(year) optimize(mcmc) noisy draws(1000) burn(100) arate(.5) quantile (25)
Thanks in advance!
I'd appreciate if you could tell me which command I should use to run a quantile regression for panel data FE using bootstrap.
So far, I only know hot to run the model using the qregpd and I'm applying the following command:
qregpd CRS X1 X2 X3 X4 X5 X6, id(id) fix(year) optimize(mcmc) noisy draws(1000) burn(100) arate(.5) quantile (25)
Thanks in advance!
Comment