Dear statalists,

I would like to ask you how I could test if price elasticity differs statisticall ysignificantly between quantiles. For example after running
Code:
xtqreg lnq lnp, i(id) q(0.25)
and then
Code:
xtqreg lnq lnp, i(id) q(0.50)
and
Code:
xtqreg lnq lnp, i(id) q(0.75)
, could I test if price elasticity coefficients differ?
Thanks a lot in advance.