Learn R Programming

pscl (version 0.5)

dropUnanimous: drop unanimous votes from rollcall objects and matrices

Description

Drop unanimous votes from rollcall objects and rollcall matrices.

Usage

dropUnanimous(obj, lop = 0)

Arguments

obj
object, either of class rollcall or matrix
lop
numeric, non-negative integer, less than number of legislators represented in obj. Roll calls with lop or fewer legislators voting in the minority are dropped. Default is 0, meaning that unanimous votes are dropped.

Value

  • A rollcall object or a link{matrix} depending on the class of object.

Details

See documentation for specific methods. Unanimous votes are the equivalent of test items that all subjects score correct (or all subjects scores incorrect); since there is no variation among the legislators/subjects, these votes/items provide no information as to latent traits (ideology, preferences, ability). A reasonably large number of rollcalls in any contemporary U.S. Congress are unanimous.

See Also

dropUnanimous.rollcall, dropUnanimous.matrix, dropRollCall, rollcall, summary.rollcall, ideal

Examples

Run this code
data(s109)
s109.working <- dropUnanimous(s109)
summary(s109.working)

Run the code above in your browser using DataLab