Page 1 of 1

Program for extracting effects of reggressor on Y

Posted: Thu Feb 14, 2013 2:16 am
by rkh
Hello,
I would like to create a program, which present me a brief overview how variables affected outcome of y (respective beta multiplied by its regressor x). User specifies name of equation and optionally select the interesting period. As a result I would like to retrieve 3 rows: (1) period given by users (2) last available observation in-sample (3) last available observation out-of-sample.

I can export coefficients of equation to vector by:

Code: Select all

vector Coefs= {%0}.@coefs

However I have no clue how to recognize series used inside of equation. Could anybody help me with this obstacle?

regards,
rkh

EDIT: I am using Eviews 6

Re: Program for extracting effects of reggressor on Y

Posted: Thu Feb 14, 2013 7:31 am
by EViews Gareth
You can't really do that in EViews 6. Most of the tools for extracting information from an equation were added in EViews 7.