Hi I'm stata beginner.
I 'm drawing graph, but label is too long to fit on the X axis.
Array
Is there any way to distinguish label name on the graph???
(By writing vertically or by tilting the label )
label define gr 1 "<18.5" 2 "18.5-19.5" 3 "19.5-20.5" 4 "20.5-21.5" 5 "21.5-22.5" 6 "22.5-23.5" 7 "23.5-24.5" 8 "24.5-25.5" 9 "25.5-26.5" 10 "26.5-27.5" 11 "27.5-28.5" 12 "28.5-29.5" 13 "29.5-30.5" 14 "30.5-31.5" 15 "31.5-32.5" 16 "32.5-33.5" 17 "33.5-34.5" 18 ">34.5"
label values gr gr
fvset b 9 gr
logistic outcome i.gr sbp dbp
est store uni
coefplot uni , vertical keep(*.gr) eform baselevel leg(off) ysize(1.8) xsize (2.5) yline(1) msymbol(S) pstyle(p1)
Related Posts with The label is too long to fit on the X axis.
Fitting Poisson DistributionDear all, I have a variable - number of people who are malnourished in a PSU. I have approximately 2…
Regressions with interaction terms and interacted fixed effectsHi, i've got some questions about how to run a regression with interactions especially how to deal w…
Stop dofile if drop did not make changeDear Statalists, for error-checking in many replace commands, I have found it useful to use the pro…
Origin Dest Airline DataMy airline data looks like this: input str3(origin dest) str41 unique_carrier_name int departures_p…
Bivariate probit with treatment effectsDear Statalists, I am running my analysis by using a bivariate probit model. I have two dependent va…
Subscribe to:
Post Comments (Atom)
0 Response to The label is too long to fit on the X axis.
Post a Comment