Thanks to Kit Baum, a new package -msplot- for Stata 8 may
now be installed from SSC.
-msplot- is a convenience command which makes it easier
to draw the equivalent of
twoway mspline y1 x || mspline y2 x || mspline y3 x
If you wanted to do that, and typed that, then you have to type
more than you want, and -- what is even more irritating -- the default
y title and legend will not seem good.
You can do this instead
msplot y1 y2 y3 x
In addition, you can do things like this:
msplot y1 y2 y3 x, clcolor(red green blue)
or like this
msplot y1 y2 y3 x, clcolor(red green blue)
plot(scatter y1 y2 y3 x, mcolor(red green blue))
(OK, so this name may provoke some feeble jokes about
a certain software company. I really didn't want to
call it -msplineplot-.)
Nick
[email protected]
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/