-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.8 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
Package: rstyles
Type: Package
Title: Generating Simulated Data Mimicking Response Styles to Survey Questions
Version: 0.7.3
Authors@R: c(person("Tomasz", "Zoltak",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1354-4472")),
person("Artur", "Pokropek",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-5899-2917")),
person("Marek", "Muszy\u0143ski",
email = "[email protected]",
role = c("aut"),
comment= c(ORCID = "0000-0002-9306-1237")))
Maintainer: Tomasz Zoltak <[email protected]>
Description: Package allows to generate simulated datasets using algorithms
that mimic different response styles to survey questions using: 1) IRTree
approach (Bockenholt (2012) <doi:10.1037/a0028111>,
(2017) <doi:10.1037/met0000106>), 2) (G)PCM (and rating scale version of
a partial credit model) random-thresholds approach (Falk & Cai (2016)
<doi:10.1037/met0000059>; Henninger & Meiser (2020a)
<doi:10.1037/met0000249>, (2020b) <doi:10.1037/met0000268>; Plieninger
(2017) <doi:10.1177/0013164416636655>), 3) user provided function that (with
some probability) chooses response using information about previous
responses. This allows to cover wide range of potential response styles
like: extreme and middle (ERS, MRS), acquiesce (ARS) and also
careless/inattentive responding (CR, IR).
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Imports:
mvtnorm
Suggests:
testthat,
covr,
mnormt,
mirt,
truncnorm,
MplusAutomation
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Config/testthat/edition: 3