a list (or alist)
listing voting decisions, legislators and/or votes to be dropped
from the analysis; see d
Value
An object of class rollcall, with a component
voteMargins that is a matrix with four columns:
Yeanumber of legislators voting Yea
Naynumber of legislators voting Nay
NAnumber of legislators not voting Nay
Minthe number of legislators voting on the losing side of the
roll call
Details
The subseting implied by the dropList is first applied
to the rollcall object, via dropRollCall.
Then, for each remaining roll call vote, the number of legislators
voting Yea, Nay, and not voting are computed, using
the encoding information in the codes component of the
rollcall object via the convertCodes
function. The matrix of vote counts are added to the rollcall
object as a component voteMargins.