alpha-NOMINATE estimates from 111th U.S. Senate roll call vote matrix. Estimates in one dimension.
data(sen111_anom)
An object of class anominate
, a list with the following elements:
An object of class mcmc
with the sampled values of the alpha parameter
An object of class mcmc
with the sampled values of the beta parameter
A object of class mcmc
with the sampled values of the legislator ideal points, with each dimension stored in a separate list (e.g., the first dimension coordinates are stored in legislators[[1]]
, the second dimension coordinates in legislators[[2]]
, etc.)
A object of class mcmc
with the sampled values of the Yea locations (midpoint - spread in W-NOMINATE) for each vote, with each dimension stored in a separate list (e.g., the first dimension coordinates are stored in yea.locations[[1]]
, the second dimension coordinates in yea.locations[[2]]
, etc.)
A object of class mcmc
with the sampled values of the Nay locations (midpoint + spread in W-NOMINATE) for each vote, with each dimension stored in a separate list (e.g., the first dimension coordinates are stored in nay.locations[[1]]
, the second dimension coordinates in nay.locations[[2]]
, etc.)
An object of class nomObject
with the W-NOMINATE results
Carroll, Royce, Jeffrey B. Lewis, James Lo, Keith T. Poole and Howard Rosenthal. 2013. ``The Structure of Utility in Spatial Models of Voting.'' American Journal of Political Science 57(4): 1008--1028.
'anominate','summary.anominate','plot.anominate','densplot.anominate','traceplot.anominate'.
# NOT RUN {
data(sen111_anom)
# }
Run the code above in your browser using DataLab