SAS lag problems
I just found an interesting (that’s interesting in the ‘I just spent an hour debugging that?’ sense) characteristic in SAS. If you have a variable, x
, and are using the lag
of x
, do NOT put the lag(x)
inside a conditional statement. This can apparently cause some pretty strange results. It is probably easier to see through code than to explain: