Dear Nick Cox ,
I would kindly appreciate your urgent help with a tiny yet very important and urgent issue for me:
For some reason my Stripplot is not applying the valuelabel option on my y-axis, my code:
Note that Treatment is binary(0,1) and h10aCPecon is a nominal variable which indicates if the investment was done in any 4 economic sectors:
label def h10aCPeconx 1 "SER" 2 "TUR" 3 "AGR" 4 "IND", replace
label val h10aCPecon h10aCPeconx
stripplot h10aCPecon, over(Treat) refline(lcolor(erose)) reflevel(mean) tufte(lcolor(eltgreen) mcolor(red) ms(sh)) ytitle(, size(3)) ysc(titlegap(+4) outergap(-3)) cumul cumprob centre vertical height(0.2) yla(0/4, valuelabel ang(h)) xla(, noticks)
Note that I even tried adding more vsc outergap for the ylabel. But the Stripplot is showing 1 2 3 4 in the y-axis instead of the desired sectors SER TUR AGR IND
Please note that I just updated the Stripplot with . ssc inst stripplot,replace
Thank you very much in advance!
I would kindly appreciate your urgent help with a tiny yet very important and urgent issue for me:
For some reason my Stripplot is not applying the valuelabel option on my y-axis, my code:
Note that Treatment is binary(0,1) and h10aCPecon is a nominal variable which indicates if the investment was done in any 4 economic sectors:
label def h10aCPeconx 1 "SER" 2 "TUR" 3 "AGR" 4 "IND", replace
label val h10aCPecon h10aCPeconx
stripplot h10aCPecon, over(Treat) refline(lcolor(erose)) reflevel(mean) tufte(lcolor(eltgreen) mcolor(red) ms(sh)) ytitle(, size(3)) ysc(titlegap(+4) outergap(-3)) cumul cumprob centre vertical height(0.2) yla(0/4, valuelabel ang(h)) xla(, noticks)
Note that I even tried adding more vsc outergap for the ylabel. But the Stripplot is showing 1 2 3 4 in the y-axis instead of the desired sectors SER TUR AGR IND
Please note that I just updated the Stripplot with . ssc inst stripplot,replace
Thank you very much in advance!
Comment