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 (July 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 13 Jul 2005 10:08:22 -0700
Reply-To:   bmilan@BELLSOUTH.NET
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   bmilan@BELLSOUTH.NET
Organization:   http://groups.google.com
Subject:   Proc mixed regression coefficients in ANCOVAS
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

Hello everyone,

We have searched the comp.soft-sys.sas listerv and were unable to find an answer to our question.

We are running an ANCOVA with proc mixed and getting the main effect estimates, but how do we get the slope estimates for the covariables?

Here's the model:

proc mixed data=milan.logfish; class habitat area season; model l_fish = habitat area season habitat*area habitat*season area*season bulkd totpc stemden slope wtemp hrflood salinity/ DDFM=KENWARDROGER; lsmeans habitat area season habitat*area habitat*season area*season / pdiff adjust=tukey cl alpha=0.017; ods output diffs=ppp lsmeans=mmm; ods listing exclude diffs lsmeans; %include 'E:\Susanne\mancova\pdmix800.sas'; %pdmix800 (ppp,mmm, alpha=.01, sort=yes); run;

thanks Brian and Susanne


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