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 (November 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 22 Nov 2005 08:55:00 -0800
Reply-To:     anne olean <annekolean@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         anne olean <annekolean@YAHOO.COM>
Subject:      Proc Means with statistical Test
Content-Type: text/plain; charset=iso-8859-1

Hi, i have a variable (age) that i want to compare wrt means across three groups. I used proc means to do that:

proc means data=preds n mean median std; class group; var age; run;

this gives a nice table, but is there an option to get a test statistic comparing the 3 groups(all i found is the "t-test" and that's not what i want). i know i can get the statistic from proc glm, but i want to create a table as in proc means with the last column being the test statistic and p-value....can that be done within proc means? if not, how can i get the nice looking table that proc means produces in proc glm?

thanks so much, ako

__________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs


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