-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.66 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
Package: careless
Type: Package
Title: Procedures for Computing Indices of Careless Responding
Version: 1.2.2
Date: 2023-09-30
Authors@R: c(
person(
given="Richard",
family="Yentes" ,
email="[email protected]",
role = c("cre", "aut"),
comment=c(ORCID="0000-0002-6767-8065")
),
person("Francisco", "Wilhelm", email = "[email protected]", role = c("aut")))
Maintainer: Richard Yentes <[email protected]>
Description: When taking online surveys, participants sometimes respond to items
without regard to their content. These types of responses, referred to as
careless or insufficient effort responding, constitute significant problems
for data quality, leading to distortions in data analysis and hypothesis
testing, such as spurious correlations. The 'R' package 'careless' provides
solutions designed to detect such careless / insufficient effort responses
by allowing easy calculation of indices proposed in the literature. It
currently supports the calculation of longstring, even-odd consistency,
psychometric synonyms/antonyms, Mahalanobis distance, and intra-individual
response variability (also termed inter-item standard deviation).
For a review of these methods, see Curran (2016) <doi:10.1016/j.jesp.2015.07.006>.
License: MIT + file LICENSE
URL: https://github.com/ryentes/careless/
BugReports: https://github.com/ryentes/careless/issues
Imports:
psych
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Config/testthat/edition: 3