hi, guys! I'm wondering a question that when I use grreq to plot the coefficient of quantile regression, strictly live up to the example it gives, but doesn't work.
The code in the example is:
. webuse auto, clear
. xi: qreg price mpg i.foreign*i.rep78 headroom
. grqreg, cons ci ols olsci
and the it hints:
o._IforXrep_1_2 invalid name
which means I can't add the dummy varibale in it, because when i delete the dummy, there is no problem, but once they are added, then it doesn't work
How can I solve this problem? I'm quite upset
Thanks soooo much!
Related Posts with What is the problem when using the grqreg code?
Multilevel SEM on Stata 15.1Hello everyone, I am trying to fit a multilevel SEM model in Stata 15.1, and it just won't converge…
Difference of regression coefficients?Hi, I have a regression : regress jobsatisfaction gender income d e f g h If I omit income (regress…
Filling in values for neighboring districtsHi all, I am trying to create a variable that reports the average level of an indicator (X) across …
Creating new yearsDear all, I have the following issue with my dataset. Every observation applies to multiple years (…
dropped observations when running logitHi everyone, I'm running a logit which returns the following message: note: 65.city != 0 predicts s…
Subscribe to:
Post Comments (Atom)
0 Response to What is the problem when using the grqreg code?
Post a Comment