LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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