LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Ken Barz <zrab123@comcast.net>
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 >


Back to: Top of message | Previous page | Main SAS-L page