Skip to content

systemfit - SUR

2 messages · contact@thomasalmer.com, Arne Henningsen

#
Arne Henningsen <ahenningsen at email.uni-kiel.de> schrieb am 30.11.2004,
10:20:29:
I did not provide the steps, because the data is not public. But that is
what I did after defining the system and labels (like you & the
documentation):
fitols<-systemfit("OLS", system, labels)
fitsur<-systemfit("SUR", system, labels, maxit=100)

But after all I think your answers are sufficient. Thanks once again for
your support. R and the community are really excellent and a big thread
to competitors!
Primarily I want to test if the variance covariance matrix of the OLS
residuals is diagonal. But this can be done manually, of course.
#
On Tuesday 30 November 2004 10:50, contact at thomasalmer.com wrote:
A general remark:
In most cases a questioner can use the example data provided with a package or 
construct simple data, e.g. with matrix(1:9,3). See the posting guide, 
section "Examples". (If the surprising behavior does not appear with the 
sample data, the questioner has to take a deeper look in _his_ data.)
Please provide the code and a reference to the test. Then, I will add this 
test to systemfit. This is how R works: useRs become developerR :-)

Best wishes,
Arne