traceplot.anominate {anominate}R Documentation

alpha-NOMINATE Trace Plot

Description

traceplot.anominate reads an object and plots the density of sampled values of the alpha parameter using the traceplot function in coda.

Usage

  ## S3 method for class 'anominate'
traceplot(x, ...)

Arguments

x

An anominate output object.

...

Other arguments to traceplot.

Value

A trace plot of sampled values of alpha.

Author(s)

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','plot.anominate','densplot.anominate','sen111', 'sen111_anom'.

Examples

  data(sen111)
  
  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)
  
  summary(sen111_anom)
  traceplot.anominate(sen111_anom)

[Package anominate version 0.7 Index]