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 (October 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 24 Oct 2000 18:05:06 +0200
Reply-To:   Llorenç Badiella <badiella@MAT.UAB.ES>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Llorenç Badiella <badiella@MAT.UAB.ES>
Organization:   CESCA - Servidor de news de l'Anella Cientifica
Subject:   Re: Testing a difference between two parameters.
Content-Type:   text/plain; charset=iso-8859-1

Hi all,

Try the Contrast option in Proc Mixed.

Hope it helps.

Llorenç Badiella Servei d'Estadística UAB

En/Na barrere Bendia ha escrit:

> Hi SAS-L freinds there. > I'm using proc mixed and I wante to test the difference between two > parameters (B1 and B2) of two independents dummies variables: time0*c1traj1 > and time*c1traj1 ( and many others: time0*c1traj(k) time*c1traj(k), > k=1,2....10). I tried: > estmate 'time0 vs time' time0*c1traj1 -time*c1traj1 1 1 . But It didn't work. > I tried other thing, but I had a message like this: the variables must be in > model. > Please, have you any ideas? > > proc mixed data=un noclprint covtest METHOD=reml covtest; > class family children; > model prosocia= time sex agecent transit*time > > time0*c1traj1 time0*c1traj2 time0*c1traj3 time0*c1traj4 > > time*c1traj1 time*c1traj2 time*c1traj3 time*c1traj4 > > /************************************/ > / solution notest ddfm=bw outp=ponde; > random intercept time /subject=family type=un gcorr ; > random sex_enfa /subject=family ; > random intercept /subject=children(family ) ; > estimate 'time0_traj1 vs time_traj1 > time0*c1traj1-time0*c1traj1 1 -1; > weight meanpond; > run; > > I would be grateful if you could help me. > Thanks a lot. > =====================


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