specific quarter from specific year dummy
Posted: Thu Sep 20, 2018 7:43 am
How can I create a dummy for a specific quarter date ? For years I could do @year="2015", but how to do it for 2015Q3 ?
Code: Select all
series dum1 = @date=@dateval("2015q3")
series dum2 = @during("2015q3 2015q3")
series dum3 = @year=2015 and @quarter=3