Date: Fri, 19 Oct 2001 11:05:05 -0400
Reply-To: "Karen Olson, Ph.D." <karen.olson@TCH.HARVARD.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Karen Olson, Ph.D." <karen.olson@TCH.HARVARD.EDU>
Organization: Children's Hospital, Boston, MA
Subject: Re: SAS graph ?
Content-type: text/plain; charset=us-ascii
Got my answer, thanks to Dave Hapeman.
This worked:
symbol1 c=gray i=needle v=none w=5; * bars;
symbol2 c=red i=join v=none; * red line;
proc gplot;
plot _obspct_*_midpt_=1 priorpct*_midpt_=2 / overlay;
run;
Karen Olson
Child Development Unit & Informatics Program
Children's Hospital, Boston
Dept. Pediatrics, Harvard Medical School
|