| Date: | Fri, 15 Dec 2006 16:13:21 -0800 |
| Reply-To: | David L Cassell <davidlcassell@MSN.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | David L Cassell <davidlcassell@MSN.COM> |
| Subject: | Re: Jacknife macro |
| In-Reply-To: | <200612151558.kBFBkP8n025938@mailgw.cc.uga.edu> |
| Content-Type: | text/plain; format=flowed |
|---|
mkekrou@YAHOO.CO.UK wrote:
>
>Any ideas on how i can modify this code to get predicted values when
>running prog reg?
>
>thanks
>
>%MACRO JackReg ;
>%DO I = 1 %TO &ncases ;
>DATA temp&I ;
> SET one;
> IF _N_ NE &I ;
>RUN;
>
>PROC REG outest =loopIest;
> Omits&I: MODEL y = x z;
> *Specify your model in the line above;
>RUN ;
>
>PROC APPEND BASE = RegEsts NEW = loopIest ;
>RUN ;
>
>%END ;
>%MEND JackReg;
>*Macro portion of program ends here;
>
>%JackReg;
I don't know if this is a mysterious repeat of your previous post, or if
you are re-sending it. But I think that Ian and I have wrapped this
one up already. Right?
David
--
David L. Cassell
mathematical statistician
Design Pathways
3115 NW Norwood Pl.
Corvallis OR 97330
_________________________________________________________________
Share your latest news with your friends with the Windows Live Spaces
friends module.
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mk
|