Hello,
I would like to run a quantile regression for panel data. I have run the following command and everything looks as it should:
qregpd yvariable xvariables, id(id) fix(year) optimize(mcmc) noisy draws(1000) burn(100) arate(.5)
I dont understand what the arate stands for. If I wanted to test the effects on the 25th percentile, should I change the arate(.5) to arate(.25)?
Thank you in advance.
I would like to run a quantile regression for panel data. I have run the following command and everything looks as it should:
qregpd yvariable xvariables, id(id) fix(year) optimize(mcmc) noisy draws(1000) burn(100) arate(.5)
I dont understand what the arate stands for. If I wanted to test the effects on the 25th percentile, should I change the arate(.5) to arate(.25)?
Thank you in advance.
Comment