scatter x=Date y=Result / jitter group=Site groupdisplay=cluster markerattrs=(size=9) ;
If you mean you want one value of site on the y-axis and another site should be on the y2-axis, I don't think this is possible here with the GROUP option.
On the other hand, if you create two separate variables, lets say SITE1 and SITE2, then you could have two different SCATTER statements, without GROUP=, and you can specify which of SITE1 and SITE2 goes on the y-axis and which goes on the y2-axis. So you need to re-arrange your data to meet this requirement.
Please from now on, paste code into a code box (as I have done). You do this by clicking on the "little running man" icon and pasting the code into the window that appears. Thank you.
... View more