| Date: | Sat, 14 Jun 2008 00:03:37 GMT |
| Reply-To: | jiana <u44208@UWE.UGA.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | jiana <u44208@UWE.UGA.EDU> |
| Subject: | Means table using Proc Report |
|
| Content-Type: | text/plain; charset="utf-8" |
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?
|