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="ryentes@gmail.com", role = c("cre", "aut"), comment=c(ORCID="0000-0002-6767-8065") ), person("Francisco", "Wilhelm", email = "franciscowilhelm@gmail.com", role = c("aut"))) Maintainer: Richard Yentes 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) . 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 Repository: https://ryentes.r-universe.dev Date/Publication: 2023-10-02 17:24:13 UTC RemoteUrl: https://github.com/ryentes/careless RemoteRef: HEAD RemoteSha: 0a84caf1a1b7cb7319fa9fd40254de525456e09c NeedsCompilation: no Packaged: 2026-06-17 09:11:30 UTC; root Author: Richard Yentes [cre, aut] (ORCID: ), Francisco Wilhelm [aut]