Learn R Programming

anominate (version 0.6)

densplot.anominate: alpha-NOMINATE Density Plot Function

Description

densplot.anominate reads a anominate object and plots the density of the alpha parameter using the densplot function in coda.

Usage

densplot.anominate(x, ...)

Arguments

x

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

...

other arguments to densplot

Value

A density plot of alpha.

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','plot.anominate','traceplot.anominate'.

Examples

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

densplot.anominate(sen111_anom)

# }

Run the code above in your browser using DataLab