summary.nomObject | R Documentation |
summary.nomObject
reads a W-NOMINATE object and prints a summary.
## S3 method for class 'nomObject'
summary(object,verbose=FALSE, ...)
object |
a |
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 ktpoole@uga.edu
Jeffrey Lewis jblewis@ucla.edu
James Lo lojames@usc.edu
Royce Carroll rcarroll@rice.edu
'wnominate', 'plot.coords', 'plot.scree', '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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.