Page 1 of 1

Consolidate regression result in one worksheet

Posted: Fri Nov 12, 2010 6:14 am
by fboehlandt
Hi everyone,
I have 400+ time series in one workfile. I would like to regress each of the series against two independent variables. The equation is of the simple form Y = c(1) + c(2)X1 + c(3)X2. I require the coefficient estimates for all time series. I would like to have the results in tabular form with the series names as column headings and the coefficient estimates underneath. I understand that I need to loop through all series and transfer the results onto a single worksheet. However, I need some support with regards to the coding. Can anyone help please?

Re: Consolidate regression result in one worksheet

Posted: Fri Nov 12, 2010 7:41 am
by EViews Gareth
Have you read through the programming guide:
http://forums.eviews.com/viewtopic.php?f=5&t=1638

Re: Consolidate regression result in one worksheet

Posted: Mon Nov 15, 2010 6:35 am
by fboehlandt
thank you, that is exactly what I need. Should have looked there first, mea culpa. I will get back to you should I have a more specific question. I know VBA so I should be alright...:)