-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.97 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
Package: RRreg
Type: Package
Title: Correlation and Regression Analyses for Randomized Response Data
Version: 0.7.5
Date: 2022-11-25
Authors@R: c(person("Daniel W.", "Heck",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-6302-9252")),
person("Morten", "Moshagen",
email = "[email protected]",
role = "ctb"))
Depends:
R (>= 3.5.0)
Imports:
parallel,
doParallel,
foreach,
stats,
grDevices,
graphics,
lme4
Suggests:
rmarkdown,
knitr,
R.rsp
Description:
Univariate and multivariate methods to analyze randomized response
(RR) survey designs (e.g., Warner, S. L. (1965). Randomized response: A
survey technique for eliminating evasive answer bias. Journal of the
American Statistical Association, 60, 63–69, <doi:10.2307/2283137>).
Besides univariate estimates of true proportions, RR variables can be used
for correlations, as dependent variable in a logistic regression (with or
without random effects), or as predictors in a linear regression
(Heck, D. W., & Moshagen, M. (2018). RRreg: An R package for correlation and
regression analyses of randomized response data. Journal of Statistical
Software, 85(2), 1–29, <doi:10.18637/jss.v085.i02>). For simulations and
the estimation of statistical power, RR data can be generated according to
several models. The implemented methods also allow to test the link between
continuous covariates and dishonesty in cheating paradigms such as the
coin-toss or dice-roll task (Moshagen, M., & Hilbig, B. E. (2017).
The statistical analysis of cheating paradigms. Behavior Research Methods,
49, 724–732, <doi:10.3758/s13428-016-0729-x>).
License: GPL-3
Encoding: UTF-8
LazyLoad: yes
URL: https://github.com/danheck/RRreg
VignetteBuilder:
knitr,
R.rsp
RoxygenNote: 7.2.2