Date: Sat, 8 May 2010 18:34:11 -0500
Reply-To: Yu Zhang <zhangyu05@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Yu Zhang <zhangyu05@GMAIL.COM>
Subject: Re: SGPlot
In-Reply-To: <CDCA0B23124D42379C33B41C4EB237FC@Shavano>
Content-Type: text/plain; charset=ISO-8859-1
dot statement can do what you asked for. but the plots put the response
variable on x-axis. normally we would like to see it on y-axis.
however you can try proc template. the scatter plot statement can be used
for error-bar plot.
HTH
Yu
On Sat, May 8, 2010 at 1:14 PM, Ken Barz <zrab123@comcast.net> wrote:
> I see that proc sgplot can give me a series plot with markers which is most
> of what I need. Is there a way to tell it to give me the mean with the
> standard error bars like in gplot? (i=stmj if I recall correctly.)
> Thanks,
> Ken
>
|