Thanks a lot for the reply. However, I have the following problem. I have too many dummy variables, I wanted to specify only the keep option e.g.
But in this case only plots the coefficient from the first regression. Is there a way round?
Code:
coefplot m3, keep(*weight) eqlabel(Foreign Domestic) scheme(s1color)
Comment