carelessObject {ufs} | R Documentation |
This function is a wrapper for the functions from
the careless
package. Normally, you'd probably
call carelessReport
which calls this function
to generate a report of suspect participants.
carelessObject( data, items = names(data), flagUnivar = 0.99, flagMultivar = 0.95, irvSplit = 4, responseTime = NULL )
data |
The dataframe. |
items |
The items to look at. |
flagUnivar |
How extreme a score has to be for it to be flagged as suspicous univariately. |
flagMultivar |
This has not been implemented yet. |
irvSplit |
Whether to split for the IRV, and if so, in how many parts. |
responseTime |
If not |
An object of class carelessObject
.
carelessObject(mtcars);