sen111_anom {anominate} | R Documentation |
alpha-NOMINATE Result for 111th U.S. Senate Roll Call Vote Matrix
Description
An object of class anominate
that contains the estimated alpha-NOMINATE result for the 111th U.S Senate (in one dimensions). Although it can easily be obtained from calling the example in anominate
, it is included here to facilitate illustration of the examples for the plot and summary functions.
Usage
data(sen111_anom)
Value
An object of class anominate
, which in this documentation is also referred to
as an alpha-NOMINATE object.
alpha |
An object of class |
beta |
An object of class |
legislators |
A object of class |
yea.locations |
A object of class |
nay.locations |
A object of class |
wnom.result |
An object of class |
Author(s)
Royce Carroll rcarroll@rice.edu
Christopher Hare cdhare@ucdavis.edu
Jeffrey B. Lewis jblewis@ucla.edu
James Lo lo@uni-mannheim.de
Keith T. Poole ktpoole@uga.edu
Howard Rosenthal hl31@nyu.edu
See Also
'anominate'.
Examples
data(sen111)
sen111_anom <- anominate(sen111, dims=1, polarity=2,
nsamp=200, thin=1, burnin=100, random.starts=FALSE,
verbose=FALSE, constrain=FALSE)
# 'sen111_anom' can be retrieved quickly with:
data(sen111_anom)
summary(sen111_anom)
plot(sen111_anom)