How to set complex condition in EViews?
Posted: Sat May 10, 2014 4:28 am
Dear Eviews experts,
I would like to make a complex condition for the lag of model. Suppose based on SIC criteria, number of lag is "a"
Below is my set of conditions:
if a <3 is true then a=3, else a = a
if a>6 is true then a=6, else a=a
At this moment I am stuck with setting the two conditions by writing 2 separate conditions because a is always either 3 or 6.
Please help me to fix it. Thank you very much!!!!
I would like to make a complex condition for the lag of model. Suppose based on SIC criteria, number of lag is "a"
Below is my set of conditions:
if a <3 is true then a=3, else a = a
if a>6 is true then a=6, else a=a
At this moment I am stuck with setting the two conditions by writing 2 separate conditions because a is always either 3 or 6.
Please help me to fix it. Thank you very much!!!!