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
)
The dataframe.
The items to look at.
How extreme a score has to be for it to be flagged as suspicous univariately.
This has not been implemented yet.
Whether to split for the IRV, and if so, in how many parts.
If not NULL
, the name of a column
containing the participants' response times.
An object of class carelessObject
.
carelessObject(mtcars);
#> Package "careless" needed for this function to work. You can install it using:
#>
#> install.packages('careless');