z {Zelig}R Documentation

Return value for a zelig2-function

Description

This is an API-function that bridges a model-fitting function with a zelig interface.

Usage

  z(.function, ..., .hook = NULL)

Arguments

.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

Value

a “z” object which specifies how to evaluate the fitted model

Note

This is used internally by Zelig-dependent packages to instruct Zelig how to evaluate the function call to a particular statistical model.


[Package Zelig version 4.2-1 Index]