Learn R Programming

anominate (version 0.7)

plot.anominate: alpha-NOMINATE Coordinate Plot

Description

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

Usage

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

Value

A coordinate plot of estimated ideal points (with 95% credible interval bars) of an anominate object.

Arguments

x

An anominate output object.

...

Other arguments do nothing and are not passed to any functions.

Author

Royce Carroll rcarroll@rice.edu

Christopher Hare cdhare@ucdavis.edu

Jeffrey B. Lewis jblewis@ucla.edu

James Lo lo@uni-mannheim.de

Keith T. Poole ktpoole@uga.edu

Howard Rosenthal hl31@nyu.edu

See Also

'anominate','summary.anominate','densplot.anominate','traceplot.anominate','sen111', 'sen111_anom'.

Examples

Run this code
  data(sen111)
  # \donttest{
  sen111_anom <- anominate(sen111, dims=1, polarity=2, 
    nsamp=200, thin=1, burnin=100, random.starts=FALSE, 
    verbose=FALSE, constrain=FALSE)
  # }
  # 'sen111_anom' can be retrieved quickly with: 
  data(sen111_anom)
  
  plot(sen111_anom)

Run the code above in your browser using DataLab