| robust.gee.hook {Zelig} | R Documentation |
This hook is ran after the call to the external mode. It
sets the class of the object (in addition to its other
designations) as 'gee.naive' or 'gee.robust' depending on
the value of the robust parameter.
robust.gee.hook(obj, Zall, Call, robust, ...)
obj |
a |
Zall |
the call made to the |
Call |
the call made to the external model |
robust |
a logical specifying whether to use the naive or robust covariance matrix |
... |
ignored parameters |
a zelig object with the additional class
gee.robust or gee.naive
Skyler