weights.booltest {boolean}R Documentation

Extract weights for Boolean Binary Response Models

Description

This function implements a 'weights' S3 method for objects of class '"booltest"'. However, weights are not yet supported in boolean models, so a vector of ones is returned.

Usage

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

Arguments

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

Value

A numeric vector of ones.

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]