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 (January 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 22 Jan 2009 14:29:07 -0500
Reply-To:     "P. Cristian Gugiu" <crisgugiu@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "P. Cristian Gugiu" <crisgugiu@YAHOO.COM>
Subject:      Re: Matched-Group Design

Robin,

Thanks for the suggestions. I'm curious to know if the three different methods will all converge upon the same conclusion. I was planning on bootstraping Proc GLM anyway, so I will include the two solutions that you proposed. One question, can you tell me what option I need to use to output the p-values for Proc Mixed? For instance, in Proc GLM I can output the a dataset with the p-values for type 3 using

proc glm data=Matched OUTSTAT=P1(where=(_type_ ne "SS1")) noprint ;

thanks, Cristian


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