Page 1 of 1

Specification of equation by formula with dummies?

Posted: Thu Jan 22, 2015 3:26 am
by farrel
Dear all,

Anyone knows how to specify equation by formula and add dummy inside with @isperiod function?
Let's say:
equation eq1.ls var1 = c(1) + c(2) * var2 + c(3) * @isperiod("2005m01")

This is a way that doesn't work to me.
Any suggestions?

Re: Specification of equation by formula with dummies?

Posted: Thu Jan 22, 2015 5:26 am
by trubador

Code: Select all

@during("2005m01")

Re: Specification of equation by formula with dummies?

Posted: Thu Jan 22, 2015 5:43 am
by farrel
Yes. Thanks a lot!