coef.booltest {boolean}R Documentation

Coefficients for Boolean Binary Response Models

Description

This function implements a 'coef' S3 method for objects of class 'booltest'. If the model was estimated by maximum likelihood, the maximum likelihood estimates are returned. If the model was estimated by Metropolis-Hastings or bootstrapped, the mean over the iterations for each estimated parameter is returned with a warning.

Usage

## S3 method for class 'booltest'
## S3 method for class 'booltest':
coef(object, ...)

Arguments

object An object of class 'booltest'
... Anything passed will be ignored.

Value

A numeric vector with one element per estimated parameter.

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]