You're correct. Sorry about that example. I need to
fix -linkplot- so that it behaves as I want in that situation.
Spiess, Sven Oliver
Doesn't work with the ?-wildcard for me. ("no observations")
I can replace it with the respective 1 or 2 but of course that won't
overlay the graphs.
What am I missing?
Nick Cox
> This is a lot clearer. In addition to direct attacks using -twoway-
> explicitly,
>
> separate Score, by(Task)
>
> then
>
> linkplot Score? Character, link(GRP)
>
> but that would be a mess.
>
> To get a slide show, assuming prior use of -separate- as above,
>
> forval i = 1/203 {
> linkplot Score? Character if GRP == `i', link(GRP) asyvars
> /// subtitle(GRP `i')
> more
> }
>
*
* 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/