Date: Tue, 25 Jun 2002 13:43:15 -0500
Reply-To: Paul Thompson <paul@WUBIOS.WUSTL.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Paul Thompson <paul@WUBIOS.WUSTL.EDU>
Organization: WUSM Biostatistics
Subject: Re: proc glm full model f-statistic
Content-Type: text/plain; charset=us-ascii; format=flowed
yeah, prior to 8.x I wrote a huge post-processor to do that.
However, why are you still on 6.x? Switching is no big problem, and ODS
is a HUUUUUUGGGGGEEEE advantage
Dale McLerran wrote:
> In that case, about the only thing that you can do is to use the
> procedure PRINTTO to route the output to an external file and then
> read in the external file, parsing it as you go. Sorry, I don't
> have a good example of how this would be done. It is rather a
> clunky way to manipulate the output, but I am afraid that it is
> about the best that can be offered in your situation.
>
> Dale
>
> --- Donovan Verrill <DVerrill@pharmanet.com> wrote:
>
>>SAS 8.x.....I wish! Still on 6.12 here...
>>
>>-----Original Message-----
>>From: Dale McLerran [mailto:stringplayer_2@YAHOO.COM]
>>Sent: Tuesday, June 25, 2002 11:56 AM
>>To: SAS-L@LISTSERV.UGA.EDU
>>Subject: Re: proc glm full model f-statistic
>>
>>
>>Donovan,
>>
>>Are you running version 8.x? Then you can use ODS to write out the
>>overall model table. Just include the ODS statement
>>
>>ODS output OverallANOVA=OVERALL;
>>proc glm...
>>
>>For each statistical procedure, the Details section of the version
>>8.x documentation maintains a list of the ODS table names which
>>one can request. Since every statistic is output through ODS, you
>>can use the ODS table names to get at any statistic which a SAS
>>procedure produces.
>>
>>Dale
>>
>>
>>--- Donovan Verrill <DVerrill@PHARMANET.COM> wrote:
>>
>>>Isd it possible to get the overall/full model F-statistic in an
>>>output
>>>dataset from proc glm?
>>>
>>>Thanks!
>>>
>>>
>>
>>=====
>>---------------------------------------
>>Dale McLerran
>>Fred Hutchinson Cancer Research Center
>>mailto: dmclerra@fhcrc.org
>>Ph: (206) 667-2926
>>Fax: (206) 667-5977
>>---------------------------------------
>>
>>__________________________________________________
>>Do You Yahoo!?
>>Yahoo! - Official partner of 2002 FIFA World Cup
>>http://fifaworldcup.yahoo.com
>>
>
>
> =====
> ---------------------------------------
> Dale McLerran
> Fred Hutchinson Cancer Research Center
> mailto: dmclerra@fhcrc.org
> Ph: (206) 667-2926
> Fax: (206) 667-5977
> ---------------------------------------
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
|