Dear statalists,
I would like to ask you how I could test if price elasticity differs statisticall ysignificantly between quantiles. For example after running
and then
and
, could I test if price elasticity coefficients differ?
Thanks a lot in advance.
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)
Code:
xtqreg lnq lnp, i(id) q(0.50)
Code:
xtqreg lnq lnp, i(id) q(0.75)
Thanks a lot in advance.
Comment