Skip to content
Prev 60071 / 398502 Next

systemfit - SUR

Arne Henningsen <ahenningsen at email.uni-kiel.de> schrieb am 29.11.2004,
17:02:12:
It is a pity, but my matrices are not as nice :-(
An excerpt:
fitsur$rcovest
            [,1]         [,2]         [,3]       ...
 [1,] 0.015097517  0.018005050 
 [2,] 0.018005050  0.276259834
 ...

fitols$rcov
               [,1]          [,2] 	[,3]	 ... 
 [1,]  1.010326e-02  0.0096103837  
 [2,]  9.610384e-03  0.2329884378  
 ...

fitsur "The covariance matrix of the residuals used for estimation":
    eq1         eq2        eq3         ...  
eq1 0.01317429  0.01504719 0.007981307  
eq2 0.01504719  0.25233860 
...

fitols "The covariance matrix of the residuals":
    eq1          eq2          eq3      ...
eq1 9.51154e-03  0.009137884  0.002648577  
eq2 9.13788e-03  0.220435063  
...

By the way: Why are the figures larger for SUR?
Yes:
"systemfit results 
method: iterated SUR 
convergence achieved after 30 iterations"

I do not know how to change that.
THANKS A LOT FOR YOUR IMMEDIATE HELP!!!