Hi,
a quite simple question actually: is there a one-liner that adds
seasonal dummies to the workfile in a script, similiar to the one-click
option in the GUI?
What I have is a loop like this (untested BTW):
loop i=1..$pd
series dum$i = ($obsminor==$i)
endloop
But there must be a shorter way I guess.
thanks,
sven