我正在创建三个具有相同变量的系数图,并希望它们彼此相邻,但第三个不适合水平,因此它出现在其他两个之下。我的代码是
coefplot reg1O reg2O, bylabel(Overall) || reg1R reg2R, bylabel(Right) || reg1L reg2L, bylabel(Left) ||, keep(xvar1 xvar2 xvar3) xline(0, lpattern(dash)) nokey ciopts(lcolor(blue) recast(rcap)) color(blue)
我想知道是否有一种方法可以告诉 Stata 水平扩展 eps 图形,以便所有地块彼此相邻,而不管它需要多少空间?
非常感谢你!