Page 1 of 1

COMMAND OF INTERACTION VARIABLE

Posted: Fri Aug 09, 2013 3:00 pm
by lnp3
dear forum,

I am doing a panel co-integration study in Eviews 8.

All 3 variables were made stationary at first difference level.

how can I enter the command for interaction variable in co-integrating estimation box? separately or in one parenthesis?

dependent variable followed by a list of regressors:

d(oprof) d(ms)*d(dcp)

OR

d(oprof) d(ms*dcp)

PLEASE HELP. Thanks a lot.

lnp3.

Re: COMMAND OF INTERACTION VARIABLE

Posted: Mon Aug 12, 2013 1:48 am
by trubador
The first specification will measure the impact of an interaction among the changes in variables. The second one, however, will measure the impact of a change in the interaction between the levels of variables. So, you'll have to decide which one is appropriate.

Re: COMMAND OF INTERACTION VARIABLE

Posted: Mon Aug 12, 2013 9:03 am
by lnp3
thanks for the feedback.