standardized regressing coefficients in a system regression,

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

kerenc
Posts: 5
Joined: Mon May 03, 2010 9:26 am

standardized regressing coefficients in a system regression,

Postby kerenc » Mon May 03, 2010 9:38 am

Hi,
Does anyone knows how can i get standardized regressing coefficients in a system regression, using EVIEWS (version 6)??
I highly appreciate any help .
Thanks,
keren

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13584
Joined: Tue Sep 16, 2008 5:38 pm

Re: standardized regressing coefficients in a system regression,

Postby EViews Gareth » Mon May 03, 2010 9:43 am

There is no in-built procedure for this. You'll have to calculate them manually.

kerenc
Posts: 5
Joined: Mon May 03, 2010 9:26 am

Re: standardized regressing coefficients in a system regression,

Postby kerenc » Mon May 03, 2010 10:18 am

how? can someone specify the code for a system?

the code for 1 regression:

'PERFORM REGRESSION
equation eq1.ls {%seriesname} {%groupname}
!count={%groupname}.@count
vector(!count) sbetas
!stdevY = @stdev({%seriesname})
for !i=1 to !count
%name={%groupname}.@seriesname(!i)
!stdevX=@stdev({%name})
sbetas(!i)=eq1.@coefs(!i) * ( !stdevX/ !stdevY )
next


how do I do it in a system regression estimaton?????.
HELP please


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests