-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
69 lines (69 loc) · 3.04 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Type: Package
Package: autoFC
Title: Automatic Construction of Forced-Choice Tests
Version: 0.2.0
Authors@R: c(
person("Mengtong", "Li", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-1766-4976")),
person("Tianjun", "Sun", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3655-0042")),
person("Bo", "Zhang", , "[email protected]", role = "aut")
)
Author: Mengtong Li [cre, aut] (<https://orcid.org/0000-0002-1766-4976>),
Tianjun Sun [aut] (<https://orcid.org/0000-0002-3655-0042>), Bo Zhang
[aut]
Maintainer: Mengtong Li <[email protected]>
Description: Forced-choice (FC) response has gained increasing popularity
and interest for its resistance to faking when well-designed (Cao &
Drasgow, 2019 <doi:10.1037/apl0000414>). To established well-designed
FC scales, typically each item within a block should measure different
trait and have similar level of social desirability (Zhang et al.,
2020 <doi:10.1177/1094428119836486>). Recent study also suggests the
importance of high inter-item agreement of social desirability between
items within a block (Pavlov et al., 2021
<doi:10.31234/osf.io/hmnrc>). In addition to this, FC developers may
also need to maximize factor loading differences (Brown &
Maydeu-Olivares, 2011 <doi:10.1177/0013164410375112>) or minimize item
location differences (Cao & Drasgow, 2019 <doi:10.1037/apl0000414>)
depending on scoring models. Decision of which items should be
assigned to the same block, termed item pairing, is thus critical to
the quality of an FC test. This pairing process is essentially an
optimization process which is currently carried out manually. However,
given that we often need to simultaneously meet multiple objectives,
manual pairing becomes impractical or even not feasible once the
number of latent traits and/or number of items per trait are
relatively large. To address these problems, autoFC is developed as a
practical tool for facilitating the automatic construction of FC tests
(Li et al., 2022 <doi:10.1177/01466216211051726>), essentially
exempting users from the burden of manual item pairing and reducing
the computational costs and biases induced by simple ranking methods.
Given characteristics of each item (and item responses), FC tests can
be automatically constructed based on user-defined pairing criteria
and weights as well as customized optimization behavior. Users can
also construct parallel forms of the same test following the same
pairing rules.
License: GPL-3
URL: https://github.com/tspsyched/autoFC
BugReports: https://github.com/tspsyched/autoFC/issues
Imports:
dplyr,
irrCAC,
lavaan,
MASS,
SimDesign,
thurstonianIRT,
tidyr
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Date/Publication: 2021-06-07 07:20:04 UTC
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-06-04 15:53:59 UTC; LENOVO
Repository: CRAN
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true