Learn R Programming

anominate (version 0.6)

plot.anominate: alpha-NOMINATE Coordinate Plot Function

Description

plot.anominate reads a anominate object and plots the estimated ideal points.

Usage

# S3 method for anominate
plot(x, ...)

Arguments

x

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

...

other arguments to plot

Value

A coordinate plot, with 95% credible interval bars.

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_anom)
plot(sen111_anom)
# }

Run the code above in your browser using DataLab