zelig.boolprep {boolean}R Documentation

'boolprep' Method for Estimation Via 'zelig'

Description

This function is an interface to the Zelig function in the Zelig library. It should not be called directly by the user.

Usage

## S3 method for class 'booltest'
## S3 method for class 'boolprep':
zelig(formula, model, data, by, save.data = FALSE, cite, ...)

Arguments

formula An object of class 'boolprep'
data A dataframe containing all the relevant variables.
model A character vector, "boolean" in this case.
by A character vector with the name of a stratifying variable so that the model is estimated on one subset of observations at a time.
save.data Should the data be saved in the resulting object, defaults to FALSE
cite I do not know what this does
... Further arguments passed

Value

An object of class 'booltest', see boolean for details.

Author(s)

Bear F. Braumoeller, Harvard University, braumoeller.1@polisci.osu.edu,
Ben Goodrich, Harvard University, goodrich@fas.harvard.edu, and
Jacob Kline, Harvard University, jkline@fas.harvard.edu

References

Braumoeller, Bear F. (2003) "Causal Complexity and the Study of Politics." Political Analysis 11(3): 209-233.


[Package boolean version 2.0-2 Index]