Learn R Programming

Zelig (version 4.2-1)

makeZeligObject: Make an Individual Zelig Object

Description

Returns a ``zelig'' object with the proper specifications

Usage

makeZeligObject(object, model, call, zelig_call, data,
    label, env, package.name = NULL)

Arguments

object
a fitted statistical model
model
a character-string specifying the name of the model
call
The call that produced the fitted model
zelig_call
The call made to the original zelig function
data
the data.frame used to fit the model
label
a character-string or symbol used as a human-readable label for the data-set
env
an environment variable that contains all variables to evaluate the call ``zelig_call''
package.name
a character-string specifyign the name of the package that is the source of the model used to fit this object

Value

  • A ``zelig'' object