Dear Statalist,
I am quite a new Stata user. I need to plot regressions coefficients + ci of different models. I have been trying with coefplot.
My syntax was:
coefplot, keep(x4) xline (0)
or, alternatively
coefplot, drop(?cons x1 x2 x3) xline(0)
but I had two problems:
1. I only get on the graph the coefficients, but not the ci.
2. With keep, Stata says that I have kept no variable, with drop, Stata drops _cons x1 x2, but not x3.
x1 and x2 are dummy variables, while x3 and x4 are categorical.
Thank you very much
Comment