create a seasonal dummy variable
dum=seasdummy(boun,subperiod)
* boun = a (2x1) string vector of dates
* subperiod = a scalar corresponding the yearly period when the dummy variables is set to 1 (for instance 3 for a march-june-september-december dummy with monthly data)
* dummy = a ts equal to 1 for the chosen season, O otherwise