| 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 |
|
| 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
|