View source: R/suspectParticipants.R
suspectParticipants | R Documentation |
carelessObject
This 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"
)
carelessObject |
The result of the call to
|
nFlags |
The number of flags required to be considered suspect. |
digits |
The number of digits to round to. |
missingSymbol |
How to represent missing values. |
A logical vector.
suspectParticipants(carelessObject(mtcars),
nFlags = 2);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.