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