sen90wnom {wnominate} | R Documentation |
90th U.S. Senate Ideal Points
Description
This dataframe contains the estimated ideal points of the 90th U.S Senate
using wnominate
. Although it can easily be obtained from calling
the example in wnominate
, it is included here to facilitate illustration
of the examples for the plot and summary functions.
Usage
data(sen90wnom)
Value
An object of class nomObject
, which in this documentation is also referred to
as a W-NOMINATE object.
legislators |
data frame, containing all data from the old
|
rollcalls |
data frame, containing all data from the old
|
dimensions |
integer, number of dimensions estimated. |
eigenvalues |
A vector of roll call eigenvalues. |
beta |
The beta value used in the final iteration. |
weights |
A vector of weights used in each iteration. |
fits |
A vector of length 3*dimensions with the classic measures of fit. In order, it contains the correct classifications for each dimension, the APREs for each dimension, and the overall GMPs for each dimension. |
Author(s)
Keith Poole ktpoole@uga.edu
Jeffrey Lewis jblewis@ucla.edu
James Lo lojames@usc.edu
Royce Carroll rcarroll@rice.edu
Source
Keith Poole. 2005. 90th Senate Roll Call Vote Data. https://www.voteview.com/.
See Also
'wnominate'.
Examples
#This data file is the same as reading file using:
#sen90 <- readKH("ftp://voteview.com/sen90kh.ord")
#All ORD files can be found on www.voteview.com
data(sen90)
summary(sen90)
#sen90wnom <- wnominate(sen90,polarity=c(2,5))
#'sen90wnom' is the same nomObject as found in
data(sen90wnom)
summary(sen90wnom)
plot(sen90wnom)