fitted.booltest {boolean}R Documentation

Fitted Values (Probabilities) for Boolean Binary Response Models

Description

This function implements a 'fitted' (and an identical 'fitted.values') S3 method for objects of class 'booltest'. Since these pertain to a binary response model, the 'fitted values' are probabilities. If method="MH" or bootstrap > 0 in the call to boolean, then the mean for each estimated parameter is used to create the fitted values.

Usage

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

Arguments

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

Value

A numeric vector of probabilities.

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]