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
standardized regressing coefficients in a system regression,
Moderators: EViews Gareth, EViews Moderator
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13583
- Joined: Tue Sep 16, 2008 5:38 pm
Re: standardized regressing coefficients in a system regression,
There is no in-built procedure for this. You'll have to calculate them manually.
Re: standardized regressing coefficients in a system regression,
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
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
Who is online
Users browsing this forum: No registered users and 2 guests
