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 (May 1997, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 6 May 1997 21:22:17 GMT
Reply-To:   Edward Malthouse <ecm@NWU.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Edward Malthouse <ecm@NWU.EDU>
Organization:   Northwestern University
Subject:   pairwise comparison of betas

Suppose I have two nominal variables A and B and one continuous variable x. I have a contiuous response y. I fit the following model:

proc glm; class A B; model y = x | A | B; run;

In effect, I am regressing y on x for each combination of A and B. I would like to do pairwise comparisons of beta_{ab}, the expected effect of x on y when A=a and B=b. As I understand it, means and lsmeans only work on nominal variables. Does glm do this type of test?

Thank you,

Edward Malthouse Assistant Professor IMC Department Medill School of Journalism Northwestern University Evanston, Illinois ecm@nwu.edu


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