forked from kosukeimai/wru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.36 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
Package: wru
Version: 0.1-12
Date: 2021-05-17
Title: Who are You? Bayesian Prediction of Racial Category Using Surname and
Geolocation
Authors@R: c(
person("Kabir", "Khanna", email = "[email protected]", role = c("aut", "cre")),
person("Kosuke", "Imai", email = "[email protected]", role = c("aut")),
person("Evan", "Rosenman", email = "[email protected]", role = c("aut")),
person("Santiago", "Olivella", email = "[email protected]", role = c("aut"))
)
Description: Predicts individual race/ethnicity using surname, geolocation,
and other attributes, such as gender and age. The method utilizes the Bayes'
Rule to compute the posterior probability of each racial category for any given
individual. The package implements methods described in Imai and Khanna (2016)
"Improving Ecological Inference by Predicting Individual Ethnicity from Voter
Registration Records" Political Analysis <DOI:10.1093/pan/mpw001>.
URL: https://github.com/kosukeimai/wru
BugReports: https://github.com/kosukeimai/wru/issues
Depends:
R (>= 3.5.0),
utils
Imports:
devtools (>= 1.10.0),
dplyr (>= 1.0.0),
future,
furrr,
PL94171,
purrr,
Rcpp,
stringr
LinkingTo:
Rcpp,
RcppEigen,
RcppProgress
Suggests:
testthat
LazyLoad: yes
LazyData: yes
LazyDataCompression: xz
License: GPL (>= 3)
RoxygenNote: 7.1.2
Encoding: UTF-8