Page 1 of 1

Interpretation of 'for' loop and dummy

Posted: Sat May 28, 2016 7:22 am
by may.k
Hi guys, I find difficulty to interpret the following code:

Code: Select all

!count=1 for !x=1 to @rows(t) series dum !x=@recode(infl>t(!x,1),1,0) next ndum=!count
help me!!