Learn R Programming

wnominate (version 1.4)

summary.nomObject: W-NOMINATE Summary

Description

summary.nomObject reads a W-NOMINATE object and prints a summary.

Usage

# S3 method for nomObject
summary(object,verbose=FALSE,...)

Value

A summary of a wnominate object. Correct classification, APRE, and GMP are reported separately for each dimension.

Arguments

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.

Author

Keith Poole ktpoole@uga.edu

Jeffrey Lewis jblewis@ucla.edu

James Lo lojames@usc.edu

Royce Carroll rcarroll@rice.edu

See Also

'wnominate', 'plot.coords', 'plot.scree', 'plot.angles', 'plot.cutlines', 'plot.nomObject'

Examples

Run this code
    #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)

Run the code above in your browser using DataLab