Skip to content

Help for SUR model

2 messages · Xianchun Liao, Arne Henningsen

#
Hi Bill!
On Monday 22 September 2008 23:53, Xianchun Liao wrote:
This error message indicates that you haven't loaded the "systemfit" package.
Please load it with the command
R> library( "systemfit" )
and try again. If you cannot load the package, you have to install it first:
R> install.packages( "systemfit" )

Best wishes,
Arne