Hi, dear statalists,
First I estimate the quantile regression model and I want to test the equality of coefficients across
quantiles. One way we can implement it as following
The wald test be used to test the equality of coefficients across quantiles using the above
codes. However, how could I implement this test manually (step by step)?
Best Regards,
wanhaiyou
First I estimate the quantile regression model and I want to test the equality of coefficients across
quantiles. One way we can implement it as following
Code:
sysuse auto,clear sqreg price weight length foreign, quantile(.25 .5 .75) reps(100) test [q25]weight - [q25]length=[q50]weight - [q50]length
codes. However, how could I implement this test manually (step by step)?
Best Regards,
wanhaiyou
Comment