-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 2.64 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: anominate
Type: Package
Title: Alpha-NOMINATE Ideal Point Estimator
Version: 0.7
Date: 2024-11-21
Author: Royce Carroll [aut],
Christopher Hare [aut, cre],
Jeffrey B. Lewis [aut],
James Lo [aut],
Keith T. Poole [aut],
Howard Rosenthal [aut],
Carlos Algara [aut],
Samuel Fuller [aut]
Authors@R: c(person(given = "Royce",
family = "Carroll",
role = "aut",
email = "[email protected]"),
person(given = "Christopher",
family = "Hare",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = c("Jeffrey", "B."),
family = "Lewis",
role = "aut",
email = "[email protected]"),
person(given = "James",
family = "Lo",
role = "aut",
email = "[email protected]"),
person(given = c("Keith", "T."),
family = "Poole",
role = "aut",
email = "[email protected]"),
person(given = "Howard",
family = "Rosenthal",
role = "aut",
email = "[email protected]"),
person(given = c("Carlos"),
family = "Algara",
role = "aut",
email = "[email protected]"),
person(given = "Samuel",
family = "Fuller",
role = "aut",
email = "[email protected]"))
Maintainer: Christopher Hare <[email protected]>
Description: Provides functions to estimate and interpret the alpha-NOMINATE ideal point model developed in Carroll et al. (2013, <doi:10.1111/ajps.12029>). alpha-NOMINATE extends traditional spatial voting frameworks by allowing for a mixture of Gaussian and quadratic utility functions, providing flexibility in modeling political actors' preferences. The package uses Markov Chain Monte Carlo (MCMC) methods for parameter estimation, supporting robust inference about individuals' ideological positions and the shape of their utility functions. It also contains functions to simulate data from the model and to calculate the probability of a vote passing given the ideal points of the legislators/voters and the estimated location of the choice alternatives.
License: GPL-2
Depends: stats, coda, wnominate, pscl, MCMCpack
URL: https://CRAN.R-project.org/package=anominate
NeedsCompilation: yes
Packaged: 2024-11-21 01:03:03 UTC; Christopher Hare
Repository: CRAN
Date/Publication: 2024-11-21 11:00:32 UTC