Hi Stata Experts,
I am using the code below to draw a quadratic graph.
qui xtgee DV c.IV ##c.IV Control Variables, i(id) family(nbinomial, 4) corr(independent) vce(robust)
margins, at(IV = (0(1)7))
marginsplot
The unit on the y-axis is 2000 like 2000, 4000, 6000. Is like possible to change the unit size to 1000? Thanks.
0 Response to Change the unit size on Vertical Axis
Post a Comment