| Date: | Thu, 11 Apr 2002 08:02:34 -0500 |
| Reply-To: | "Durbin, Michael" <MDurbin@ERAC.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Durbin, Michael" <MDurbin@ERAC.COM> |
| Subject: | Re: Does it exist?? |
| Content-Type: | text/plain |
|---|
Try sorting your data in descending order then use the lag function, resort
back in ascending and the result will be a lead variable.
Mike Durbin
-----Original Message-----
From: Greg Woolridge [mailto:greg.woolridge@TAP.COM]
Sent: Thursday, April 11, 2002 7:52 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: Does it exist??
I'm not aware of any such function. You might try resorting your data in
the opposite order and then using the lag function.
Greg M. Woolridge
Manager, Study Programming
TAP Pharmaceutical Products Inc.
e-mail: greg.woolridge@tap.com
phone: 847-582-2332
fax: 847-582-2403
fabio
<faga77@LIBERO.I To:
SAS-L@LISTSERV.UGA.EDU
T> cc:
Sent by: "SAS(r) Subject: Does it exist??
Discussion"
<SAS-L@LISTSERV.
UGA.EDU>
04/11/02 02:30
AM
Please respond
to fabio
does it exist the inverse function of the lag function?? I mean a
function that returns the future value of a variable (not the lagged).
I need it in a proc model.
thanks a lot
esiste la funzione inversa della funzione lag? ossia una funzione che
restituisca, nell ambito di una proc model, il valore futuro di una
variabile...grazie mille
|