View source: R/carelessObject.R
carelessObject | 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);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.