This data set includes votes for each of the U.S. House of Representatives Congressmen on the 16 key votes identified by the CQA. The CQA lists nine different types of votes: voted for, paired for, and announced for (these three simplified to yea), voted against, paired against, and announced against (these three simplified to nay), voted present, voted present to avoid conflict of interest, and did not vote or otherwise make a position known (these three simplified to an unknown disposition). Originally containing a binomial variable "class" and 16 other binary variables, those 16 variables have been renamed to simply "V1","V2",...,"V16".

Format

A data frame containing:

ClassBoolean variable
V1Boolean variable
V2Boolean variable
V3Boolean variable
V4Boolean variable
V5Boolean variable
V6Boolean variable
V7Boolean variable
V8Boolean variable
V9Boolean variable
V10Boolean variable
V11Boolean variable
V12Boolean variable
V13Boolean variable
V14Boolean variable
V15Boolean variable
V16Boolean variable

Examples

data(houseVotes84, package = "pmml")