Dear all, I am trying to plotting coefficients from different regressions. As from the picture, I was wondering if there is a way to add specific x-axis labels and ticks as from the legend (i.e. "2001" for the coefficient of the r2001, "2002" for the coefficient of the r2001) and so on.
The command I used is the following
coefplot r*, keep(trial) vertical yline(0) graphregion(color(white)) xtitle("") coeflabels(trial = "Trial")
Any advice would be more than welcome!
Many thanks
The command I used is the following
coefplot r*, keep(trial) vertical yline(0) graphregion(color(white)) xtitle("") coeflabels(trial = "Trial")
Any advice would be more than welcome!
Many thanks
Comment