Hello Stata Gurus,
I have some panel data and am using the lgraph package to produce plots of the measured means over time
calling....
produces a nice graph with standard deviations on the error bars. However, I would like the error bars to be 1/2 a standard deviation on each side of the mean instead.
Is anyone willing to share how to create these error bars instead?
Thanks in advance,
Jonathan Tward
I have some panel data and am using the lgraph package to produce plots of the measured means over time
calling....
Code:
lgraph measurement timevar, errortype(sd)
Is anyone willing to share how to create these error bars instead?
Thanks in advance,
Jonathan Tward
Comment