carelessObjectR/suspectParticipants.R
suspectParticipants.RdThis function is a wrapper for the carelessObject()
function, which wraps a number of functions from
the careless package. Normally, you'd probably
call carelessReport which calls this function
to generate a report of suspect participants.
suspectParticipants(
carelessObject,
nFlags = 1,
digits = 2,
missingSymbol = "Missing"
)The result of the call to
carelessObject().
The number of flags required to be considered suspect.
The number of digits to round to.
How to represent missing values.
A logical vector.
suspectParticipants(carelessObject(mtcars),
nFlags = 2);
#> Package "careless" needed for this function to work. You can install it using:
#>
#> install.packages('careless');