Skip to content

Commit 9d5ca1f

Browse files
Graeme BlairGraeme Blair
authored andcommitted
version 8.3
1 parent 9fd5fb5 commit 9d5ca1f

3 files changed

Lines changed: 21 additions & 17 deletions

File tree

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ version date description
1717
7.1 11/28/14 Bug fixes
1818
8.0 05/19/15 Added statistical model to combine responses to a list experiment and a direct question on the same subject proposed in Aronow, Coppock, Crawford, and Green (2015), and also added weighted regression for many standard list experiment models including linear, NLS, and several maximum likelihood models. Several bug fixes.
1919
8.1 07/26/16 Bug fix
20-
8.2 08/15/16 Added functionality for including auxiliary information by generalized method of moments
20+
8.2 08/15/16 Minor changes
21+
8.3 10/25/16 Added functionality for including auxiliary information by generalized method of moments
2122

DESCRIPTION

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: list
2-
Version: 8.2
3-
Date: 2016-7-26
2+
Version: 8.3
3+
Date: 2016-10-25
44
Title: Statistical Methods for the Item Count Technique and List Experiment
55
Author: Graeme Blair [aut, cre], Kosuke Imai [aut, cre], Bethany Park [ctb],
66
Alexander Coppock [ctb], Winston Chou [ctb]
@@ -28,18 +28,21 @@ Description: Allows researchers to conduct multivariate
2828
survey methodology is also known as the item count technique or
2929
the unmatched count technique and is an alternative to the commonly
3030
used randomized response method. The package implements the methods
31-
developed by Imai (2011), Blair and Imai (2012), Blair,
32-
Imai, and Lyall (2013), Imai, Park, and Greene (2014),
33-
and Aronow, Coppock, Crawford, and Green (2015).
34-
This includes a Bayesian MCMC implementation of regression
35-
for the standard and multiple sensitive item list experiment
36-
designs and a random effects setup, a Bayesian MCMC hierarchical
37-
regression model with up to three hierarchical groups, the
38-
combined list experiment and endorsement experiment regression
39-
model, a joint model of the list experiment that enables
40-
the analysis of the list experiment as a predictor in
41-
outcome regression models, and a method for combining list
42-
experiments with direct questions. In addition, the package
31+
developed by Imai (2011) <doi:10.1198/jasa.2011.ap10415>,
32+
Blair and Imai (2012) <doi:10.1093/pan/mpr048>,
33+
Blair, Imai, and Lyall (2013) <doi:10.1111/ajps.12086>,
34+
Imai, Park, and Greene (2014) <doi:10.1093/pan/mpu017>,
35+
Aronow, Coppock, Crawford, and Green (2015) <doi:10.1093/jssam/smu023>,
36+
and Chou, Imai, and Rosenfeld (2016)
37+
<http://imai.princeton.edu/research/files/auxiliary.pdf>.
38+
This includes a Bayesian MCMC implementation of regression for the
39+
standard and multiple sensitive item list experiment designs and a
40+
random effects setup, a Bayesian MCMC hierarchical regression model
41+
with up to three hierarchical groups, the combined list experiment
42+
and endorsement experiment regression model, a joint model of the
43+
list experiment that enables the analysis of the list experiment as
44+
a predictor in outcome regression models, and a method for combining
45+
list experiments with direct questions. In addition, the package
4346
implements the statistical test that is designed to detect
4447
certain failures of list experiments, and a placebo test
4548
for the list experiment using data from direct questions.

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ citEntry(entry = "misc",
66
as.person("Kosuke Imai")),
77
howpublished = "Available at The Comprehensive R Archive Network (CRAN)",
88
year = "2010",
9-
url = "http://CRAN.R-project.org/package=list",
9+
url = "https://CRAN.R-project.org/package=list",
1010

1111
textVersion =
1212
paste("Graeme Blair and Kosuke Imai (2010).",
1313
"list: Statistical Methods for the Item Count Technique and List Experiment.",
1414
"available at The Comprehensive R Archive Network (CRAN).",
15-
"URL http://CRAN.R-project.org/package=list.")
15+
"URL https://CRAN.R-project.org/package=list")
1616
)
1717

0 commit comments

Comments
 (0)