Page 1 of 1

Combine TSLS, Forecast and Identity Formula

Posted: Sun Feb 24, 2013 8:04 pm
by Bimo_w
Hey guys I really need help here,
I'm kinda new using this programming in eviews.

I want to combine some series of command in my program:
1) TSLS regression in a system
2) then I Want to make a model from the estimation and forecast using the model
3) after that I Want to insert the forecast result in some identity formula.

I'll be gratefull for any information :D .

Cheers,

Bimo

Re: Combine TSLS, Forecast and Identity Formula

Posted: Sun Feb 24, 2013 8:34 pm
by EViews Gareth
Look up system.tsls and system.makemodel in the Object Reference.

Re: Combine TSLS, Forecast and Identity Formula

Posted: Sun Feb 24, 2013 9:40 pm
by Bimo_w
Thanks Gareth for your answer :D .

But, can I choose the solution sample in solving my model?
I have quarterly data from 1996q1 to 2012q4, and I need to forecast 2013q1- 2013q4 data.

Cheers,

Bimo

Re: Combine TSLS, Forecast and Identity Formula

Posted: Mon Feb 25, 2013 8:52 am
by EViews Gareth
Set the sample with the smpl command prior to solving.

Re: Combine TSLS, Forecast and Identity Formula

Posted: Tue Jul 16, 2013 6:14 pm
by Bimo_w
thanks Gareth :)