Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1004 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 1004 Bytes

careless

Collection of Implementations for Indices of Careless Responding.

Description

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

Current version is 1.0

Installing from source

To install this package:

  1. 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')
  1. Download and install the careless package from the Github source code.
install_github('ryentes/careless')
library('careless')

APA Citation

Yentes, R.D. (2016) careless: Procedures for computing indices of careless responding. R packages version 1.0. url: https://github.com/ryentes/careless

License

This package is free and open source software, licensed under MIT License.