-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
63 lines (63 loc) · 3.04 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
55
56
57
58
59
60
61
62
63
Package: eiCompare
Type: Package
Title: Compares Different Ecological Inference Methods
Version: 3.0.2
Authors@R:
c(person(given = "Loren",
family = "Collingwood",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4447-8204")),
person(given = "Ari",
family = "Decter-Frain",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9635-3334")),
person(given = "Hikari",
family = "Murayama",
role = "aut",
comment = c(ORCID = "0000-0002-4067-4734")),
person(given = "Pratik",
family = "Sachdeva",
role = "aut",
comment = c(ORCID = "0000-0002-6809-2437")),
person(given = "Juandalyn",
family = "Burke",
role = "aut",
comment = c(ORCID = "0000-0002-6345-7505")),
person(given = "Scott",
family = "Henderson",
role = "ctb",
comment = c(ORCID = "0000-0003-0624-4965")),
person(given = "Spencer",
family = "Wood",
role = "ctb",
comment = c(ORCID = "0000-0002-5794-2619")),
person(given = "Matt",
family = "Barreto",
role = "ctb",
comment = c(ORCID = "0000-0003-2423-6395")))
URL: https://github.com/RPVote/eiCompare
Description: Provides a comprehensive suite of tools for estimating the candidate preferences of racial/ethnic voting blocs in elections. Includes functions for predicting voter race/ethnicity and conducting ecological inference. Race/ethnicity prediction builds on race prediction developed by Imai et al. (2016) <doi:10.1093/pan/mpw001>. Ecological inference methods are based on King (1997) <ISBN: 0691012407>, <https://gking.harvard.edu/eicamera/kinroot.html>; King et. al. (2004) <ISBN: 0521542804>, <https://gking.harvard.edu/files/abs/ecinf04-abs.shtml>.
License: GPL-3
Depends: R (>= 3.5.0), eiPack, ei, wru (>= 1.0.0)
Imports: bayestestR, coda, data.table, doSNOW,
dplyr, foreach, ggplot2, graphics, magrittr, mcmcse, methods,
overlapping, purrr, rlang, sf, stringr, tidyr,tidyselect
NeedsCompilation: no
Suggests: knitr, plyr, rmarkdown, reshape2, RColorBrewer,
RJSONIO, testthat, tigris
RoxygenNote: 7.2.1
Encoding: UTF-8
VignetteBuilder: knitr
Packaged: 2020-09-08 07:00:35 UTC; lorencollingwood
Author: Loren Collingwood [aut] (<https://orcid.org/0000-0002-4447-8204>),
Ari Decter-Frain [aut, cre] (<https://orcid.org/0000-0001-9635-3334>),
Hikari Murayama [aut] (<https://orcid.org/0000-0002-4067-4734>),
Pratik Sachdeva [aut] (<https://orcid.org/0000-0002-6809-2437>),
Juandalyn Burke [aut] (<https://orcid.org/0000-0002-6345-7505>),
Scott Henderson [ctb] (<https://orcid.org/0000-0003-0624-4965>),
Spencer Wood [ctb] (<https://orcid.org/0000-0002-5794-2619>),
Matt Barreto [ctb] (<https://orcid.org/0000-0003-2423-6395>)
Maintainer: Ari Decter-Frain <[email protected]>
LazyData: true