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 (April 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 25 Apr 2005 09:14:14 -0400
Reply-To:   Paige Miller <paige.miller@KODAK.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Paige Miller <paige.miller@KODAK.COM>
Organization:   Eastman Kodak Company
Subject:   Re: GPLOT - Mean Statistics
Comments:   To: sas-l@uga.edu
In-Reply-To:   <1114417241.583472.248870@l41g2000cwc.googlegroups.com>
Content-Type:   text/plain; charset=us-ascii; format=flowed

easwara@gmail.com wrote: > Hi All, > > Is there any option available for GPLOT, as we specify TYPE=MEAN in > PROC GCHART?? I have currently used a Proc means and then GPLOT.I need > to know if there is any shortcut. > > I cdn't find any info on the Online Doc as well as SAS-L. > > I need to generate the plot for the average PV_S1 by country; > > the data look like : > > country pv_s1 > ------------- > HK 0.74461 > AU 0.74461

< ... snip ...>

> HK 0.8747

PROC GPLOT does not output statistics that you can use. If you want to see the mean on the plot of each country, you could create boxplots using the SYMBOL option.

You could also use PROC MEANS or PROC SUMMARY.

-- Paige Miller Eastman Kodak Company paige dot miller at kodak dot com http://www.kodak.com

"It's nothing until I call it!" -- Bill Klem, NL Umpire "When you get the choice to sit it out or dance, I hope you dance" -- Lee Ann Womack


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