| z {Zelig} | R Documentation |
This is an API-function that bridges a model-fitting function with a zelig interface.
z(.function, ..., .hook = NULL)
.function |
a function |
... |
a set of parameters to be evaluated symbolically |
.hook |
a function to be applied after the external, model-fitting function is called |
a “z” object which specifies how to evaluate the fitted model
This is used internally by Zelig-dependent packages to instruct Zelig how to evaluate the function call to a particular statistical model.