-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 2.58 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 2.58 KB
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
Package: list
Version: 9.2.6
Title: Statistical Methods for the Item Count Technique and List Experiment
Authors@R: c(person("Graeme", "Blair", email = "graeme.blair@gmail.com", role = c("aut", "cre")),
person("Winston", "Chou", email = "wchou@princeton.edu", role = c("aut")),
person("Kosuke", "Imai", email = "imai@harvard.edu", role = c("aut")),
person("Bethany", "Park", email = "bapark@princeton.edu", role = c("ctb")),
person("Alexander", "Coppock", email = "alex.coppock@yale.edu", role = c("ctb")))
Depends:
R (>= 3.2.0),
utils,
sandwich (>= 2.3-3)
Imports:
VGAM (>= 0.9-8),
magic (>= 1.5-6),
gamlss.dist (>= 4.3-4),
MASS (>= 7.3-40),
quadprog (>= 1.5-5),
corpcor (>= 1.6.7),
mvtnorm (>= 1.0-2),
coda (>= 0.17-1),
stats,
arm
Suggests:
testthat (>= 0.9.1),
knitr (>= 1.10.5)
VignetteBuilder: knitr
Description: Allows researchers to conduct multivariate
statistical analyses of survey data with list experiments. This
survey methodology is also known as the item count technique or
the unmatched count technique and is an alternative to the commonly
used randomized response method. The package implements the methods
developed by Imai (2011) <doi:10.1198/jasa.2011.ap10415>,
Blair and Imai (2012) <doi:10.1093/pan/mpr048>,
Blair, Imai, and Lyall (2013) <doi:10.1111/ajps.12086>,
Imai, Park, and Greene (2014) <doi:10.1093/pan/mpu017>,
Aronow, Coppock, Crawford, and Green (2015) <doi:10.1093/jssam/smu023>,
Chou, Imai, and Rosenfeld (2017) <doi:10.1177/0049124117729711>, and
Blair, Chou, and Imai (2018) <https://imai.fas.harvard.edu/research/files/listerror.pdf>.
This includes a Bayesian MCMC implementation of regression for the
standard and multiple sensitive item list experiment designs and a
random effects setup, a Bayesian MCMC hierarchical regression model
with up to three hierarchical groups, the combined list experiment
and endorsement experiment regression model, a joint model of the
list experiment that enables the analysis of the list experiment as
a predictor in outcome regression models, a method for combining
list experiments with direct questions, and methods for diagnosing and
adjusting for response error. In addition, the package implements the
statistical test that is designed to detect certain failures of list
experiments, and a placebo test for the list experiment using data from
direct questions.
LazyLoad: yes
LazyData: yes
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3