Date: Wed, 9 Apr 2003 10:37:00 -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: Washington University in St. Louis
Subject: Re: Wald Test in SAS
Content-Type: text/plain; charset=us-ascii; format=flowed
You may perform a Wald test in GENMOD.
Kaminski, Leon wrote:
> Hi,
>
> how can I do a formal Wald-Test with the SAS Software? I have the following
> Dataset:
>
> S a b c d e
> 1 0,0340 0,0273 0,0228 0,0234 0,0231
> 2 0,0168 0,0195 0,0165 0,0170 0,0100
> 3 ....
>
> S is the obersavtion number and a to e represent the value of one parameter
> at 5 different times during the day. I want to do a formal Wald-Test that
> the parameter is equal over the course of the day.
>
> How can I do this with SAS?
>
> Thank You
>
> Leon
>
>
|