Multiple regressions and changing independent variables
Posted: Wed Dec 14, 2011 4:18 am
Hi guys,
For me programming Eviews is totally new, so I first worked through the guide available, but still haven't found what I was looking for.
In my case, I have got several dependent variables, but I know how to change those in a program.
However, I got several independent variables, of which some are fixed, and others are not. The first "fixed" variables are certainly needed for the regressions, but I want to know which other variables do give more explanation power. But I do not know how to implement this in my program.
So the regressions look like this:
y(1) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v1)
y(1) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v2)
y(1) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v3)
y(2) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v1)
y(2) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v2)
y(2) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v3)
y(3) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v1)
y(3) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v2)
y(3) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v3)
Is there a way to programm this, and if so, can somebody tell me how?
Thanks a lot in advance
For me programming Eviews is totally new, so I first worked through the guide available, but still haven't found what I was looking for.
In my case, I have got several dependent variables, but I know how to change those in a program.
However, I got several independent variables, of which some are fixed, and others are not. The first "fixed" variables are certainly needed for the regressions, but I want to know which other variables do give more explanation power. But I do not know how to implement this in my program.
So the regressions look like this:
y(1) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v1)
y(1) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v2)
y(1) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v3)
y(2) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v1)
y(2) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v2)
y(2) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v3)
y(3) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v1)
y(3) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v2)
y(3) = c + x(1) + x(2) +x(3) + x(4) + x(5) + x(6) + x(v3)
Is there a way to programm this, and if so, can somebody tell me how?
Thanks a lot in advance