| summary.nomObject {wnominate} | R Documentation |
summary.nomObject reads a W-NOMINATE object and prints a summary.
summary.nomObject(object,verbose=FALSE,...)
object |
a wnominate output object. |
verbose |
logical, includes all ideal points if TRUE, otherwise only returns the first 10 legislators. |
... |
other arguments do nothing and are not passed to any functions. |
A summary of a wnominate object. Correct classification, APRE, and GMP
are reported separately for each dimension.
Keith Poole kpoole@ucsd.edu
Jeffrey Lewis jblewis@ucla.edu
James Lo jameslo@ucla.edu
Royce Carroll rcarroll@ucsd.edu
'wnominate', 'plot.coords', 'plot.skree', 'plot.angles', 'plot.cutlines', 'plot.nomObject'
#This data file is the same as that obtained using:
#data(sen90)
#sen90wnom<-wnominate(sen90,polarity=c(2,5))
data(sen90wnom)
summary(sen90wnom)
plot(sen90wnom)