README.md

careless

An R package for investigation of different carelessness measures in survey data.

-- still in development --

Install with the following commands:

install.packages("devtools")
devtools::install_github("psyflo/careless")

Load the package and use its functions:

library(careless)
result <- individualReliability(data=mydata, subscales=c("EX","OP"), n.iter=1000)
summary(result)


psyflo/careless documentation built on May 30, 2019, 8:39 a.m.