| sen90oc | R Documentation |
This dataframe contains the estimated ideal points of the 90th U.S Senate
using oc. Although it can easily be obtained from calling
the example in oc, it is included here to facilitate illustration
of the examples for the plot and summary functions.
data(sen90oc)
An object of class OCobject, with elements as follows:
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. |
fits |
A vector of length 2 with the classic measures of fit, containing the percent correct classification and the APRE. |
Keith Poole ktpoole@uga.edu
Jeffrey Lewis jblewis@ucla.edu
James Lo lojames@usc.edu
Royce Carroll rcarroll@rice.edu
Voteview Team. 2017. 90th Senate Roll Call Vote Data. https://voteview.com/static/data/out/votes/S090_votes.ord.
'oc', 'plot.OCcoords', 'plot.OCskree', 'plot.OCangles', 'plot.OCcutlines', 'plot.OCobject'
#This data file is the same as that obtained using:
## Not run:
data(sen90)
sen90oc <- oc(sen90,dims=2,polarity=c(7,2))
## End(Not run)
data(sen90oc)
summary(sen90oc)
plot(sen90oc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.