-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.35 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
Package: rr
Version: 1.4.2
Title: Statistical Methods for the Randomized Response Technique
Authors@R: c(person("Graeme", "Blair", email = "[email protected]", role = c("aut", "cre")),
person("Yang-Yang", "Zhou", email = "[email protected]", role = c("aut")),
person("Kosuke", "Imai", email = "[email protected]", role = c("aut")),
person("Winston", "Chou", email = "[email protected]", role = c("ctb")))
Depends:
R (>= 3.0.0),
utils
Imports:
MASS,
arm,
coda,
magic
Description: Enables researchers to conduct multivariate statistical analyses
of survey data with randomized response technique items from several designs,
including mirrored question, forced question, and unrelated question. This
includes regression with the randomized response as the outcome and logistic
regression with the randomized response item as a predictor. In addition,
tools for conducting power analysis for designing randomized response items
are included. The package implements methods described in Blair, Imai, and Zhou
(2015) ''Design and Analysis of the Randomized Response Technique,'' Journal
of the American Statistical Association
<https://graemeblair.com/papers/randresp.pdf>.
LazyLoad: yes
LazyData: yes
License: GPL (>= 3)
Suggests:
testthat
Encoding: UTF-8
RoxygenNote: 7.2.3