Alpha-NOMINATE ideal-point estimation via anominate
Source:R/extenders_rdd.R
morie_anominate_ideal_points.RdThin extender over anominate::anominate for Bayesian
alpha-NOMINATE ideal-point estimation on roll-call legislative
data (Carroll, Lewis, Lo, Poole & Rosenthal, 2013).
Arguments
- rcObject
A roll-call object as built by
pscl::rollcall, suitable for passing toanominate::anominate.- ...
Further arguments forwarded to
anominate::anominate(e.g.dims,nsamp,thin,burnin,minvotes,lop,polarity,random.starts,verbose).
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)
}
} # }