Date: Fri, 2 Oct 2009 11:53:04 -0700
Reply-To: Steve Denham <stevedrd@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Steve Denham <stevedrd@YAHOO.COM>
Subject: Re: output estimates from Proc GLIMMIX
In-Reply-To: <200910021340.n92AlK0g030116@malibu.cc.uga.edu>
Content-Type: text/plain; charset=iso-8859-1
ods output estimates=estimates;
That will put the results of all estimates into a datafile named estimates.
Steve Denham
Associate Director, Biostatistics
MPI Research, Inc.
----- Original Message ----
From: Dave Rudders <rudders@VIMS.EDU>
To: SAS-L@LISTSERV.UGA.EDU
Sent: Friday, October 2, 2009 9:40:54 AM
Subject: output estimates from Proc GLIMMIX
Just a quick question. I am using the estimate statement in Proc GLIMMIX to
construct confidence limits. Is there any way to output the results from
the estimate statement to a data file?
Thanks,
Dave
|