Skip to contents

Thin extender over anominate::anominate for Bayesian alpha-NOMINATE ideal-point estimation on roll-call legislative data (Carroll, Lewis, Lo, Poole & Rosenthal, 2013).

Usage

morie_anominate_ideal_points(rcObject, ...)

Arguments

rcObject

A roll-call object as built by pscl::rollcall, suitable for passing to anominate::anominate.

...

Further arguments forwarded to anominate::anominate (e.g. dims, nsamp, thin, burnin, minvotes, lop, polarity, random.starts, verbose).

Value

A list with $method = "anominate::anominate" and $raw (an anominate posterior-sample object).

Examples

if (FALSE) { # \dontrun{
  if (requireNamespace("anominate", quietly = TRUE) &&
      requireNamespace("pscl", quietly = TRUE)) {
    data("sen90", package = "anominate")
    morie_anominate_ideal_points(sen90, dims = 1, nsamp = 200, burnin = 100)
  }
} # }