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 (June 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 13 Jun 2008 19:09:18 -0500
Reply-To:     "data _null_," <datanull@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "data _null_," <datanull@GMAIL.COM>
Subject:      Re: Means table using Proc Report
Comments: To: jiana <u44208@uwe.uga.edu>
In-Reply-To:  <85a2c497029e6@uwe>
Content-Type: text/plain; charset=ISO-8859-1

Post some data, input code and glm code, then we can help.

On 6/13/08, jiana <u44208@uwe.uga.edu> wrote: > Can Proc Report create a table means like the following: > > sample1 sample2 sample3 > v1 acidity 5.7 C 6.7 A 6.6 BA > v2 solids 6.3 DC 6.6 BA 6.7 A > v3 dice 5.5 C 6.6 A 6.6 A > v4 color 4.5 D 5.1 BC 5.2 BAC > > My input file contains attribute codes (v1--v4), names (acidity--color), > sample id (sample1--sample3), > means and significance. These were captured from output of Duncan's test in > Proc Glm. > > I can get everything except the significance (charcter data). Is this even > possible? >


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