norm_anom {anominate} | R Documentation |
alpha-NOMINATE Result for Simulated Roll Call Matrix using Normal Utility
Description
An object of class anominate
that contains the estimated alpha-NOMINATE result for data simulated using normal (Gaussian) utility. Although it can easily be obtained from calling the example in simulateData
, it is included here to facilitate illustration of the examples for the plot and summary functions.
Usage
data(norm_anom)
Value
An object of class anominate
, which in this documentation is also referred to
as an alpha-NOMINATE object.
alpha |
An object of class |
beta |
An object of class |
legislators |
A object of class |
yea.locations |
A object of class |
nay.locations |
A object of class |
wnom.result |
An object of class |
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','simulateData','quad_anom'.
Examples
normal.data <- simulateData(utility="normal")
norm_anom <- anominate(normal.data, dims=1, polarity=1,
nsamp=200, thin=1, burnin=100, random.starts=FALSE,
verbose=FALSE, constrain=FALSE)
# 'norm_anom' can be retrieved quickly with:
data(norm_anom)
summary(norm_anom)
plot(norm_anom)