Date: Sat, 17 Aug 1996 13:26:34 -0500
Reply-To: BOGART@VMS.CIS.PITT.EDU
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Laura Bogart <BOGART@VMS.CIS.PITT.EDU>
Subject: proc glm repeated measures - means tables
Hi,
I have a very basic question, and I'd appreciate any help you can give:
How do you get means tables for interactions involving the within-subjects
effects when using the repeated subcommand of proc glm? I've used proc means
to get tables for the between subject effects, but I can't figure out the
within-subjects effects.
For example, I ran the following:
proc glm data = temp;
class group;
model stp stn csp csn = group/nouni;
repeated ster 2 val 2/nom;
How would I get the means for the ster X val interaction?
Thanks,
Laura Bogart
University of Pittsburgh
|