Collection of Implementations for Indices of Careless Responding.
Provides functions to support the computation of indices of careless responding. Initial indices include even/odd, psychometric synonyms, outlier, and longstring as described in Meade & Craig (2012)
Current version is 1.0
To install this package:
- Install and load the
devtools
package (if necessary). In R, paste the following into the console, note, you may need to update R or R Studio first:
install.packages('devtools')
library('devtools')
- Download and install the
careless
package from the Github source code.
install_github('ryentes/careless')
library('careless')
Yentes, R.D. (2016) careless: Procedures for computing indices of careless responding. R packages version 1.0. url: https://github.com/ryentes/careless
This package is free and open source software, licensed under MIT License.