Program for extracting effects of reggressor on Y
Posted: Thu Feb 14, 2013 2:16 am
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:
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
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}.@coefsHowever 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