add factor in models

For technical support, tips and tricks, suggestions, or any other information regarding the EViews model object.

Moderators: EViews Gareth, EViews Moderator

Katjes
Posts: 56
Joined: Thu Oct 02, 2008 5:46 am

add factor in models

Postby Katjes » Thu May 22, 2014 2:29 am

Is it possible to set the add factor to dlog of variables as well?

model m1
In a first step I calculate many equations e.g. for variable x in dlogs:

Code: Select all

smpl 1991 2012
equation eq_x
eq_x.ls dlog(x) c dlog(x(-1)
eq_x.makeresids res_x

where the latter are the residuals of the growth rate of x

Then the equations are added to the model, e.g.
m1.merge eq_x

Now the following formula set unfortunately the the add factor to the level of X and not the dlog(x)

Code: Select all

m1.addassign(v) @all
m1.addinit(v=z) @all

smpl 2009 2012
x_a= res_x

(dlog(x_a)= res_x doesnot work.

Code: Select all

m1.solveopt(i=p)
m1.solve


Any suggestions how I can use the in-sample residuals as add-factor to the growth rate (dlog(x))?

Return to “Models”

Who is online

Users browsing this forum: No registered users and 36 guests