Learn R Programming

anominate (version 0.6)

summary.anominate: alpha-NOMINATE Summary Function

Description

summary.anominate reads a anominate object and prints a summary.

Usage

# S3 method for anominate
summary(object, ...)

Arguments

object

output of class anominate, generated as output from function anominate.

...

other arguments to print

Value

A summary of the estimate, with number of legislators, votes, dimensions, and summary of alpha estimate.

References

Carroll, Royce, Jeffrey B. Lewis, James Lo, Keith T. Poole and Howard Rosenthal. 2013. ``The Structure of Utility in Spatial Models of Voting.'' American Journal of Political Science 57(4): 1008--1028.

See Also

'summary.anominate','anominate','densplot.anominate','traceplot.anominate'.

Examples

Run this code
# NOT RUN {
data(sen111)
data(sen111_anom)

summary(sen111_anom)
# }

Run the code above in your browser using DataLab