eyeCutoff | R Documentation |
Provide a data frame and a cutoff point (in units of standard deviation) and receive a list of columns with extreme values, along with the number of values. If a column is provided in the call, then this function will instead return a listing of rows in that column that have missing values.
eyeCutoff(eData, stdevs = NULL, col = NULL)
eData |
A data frame |
stdevs |
The cutoff to define extreme scores in units of standard deviation. |
col |
Optional column. If provided, eyeCutoff will return the rows with missing values, for that column. |
Returns either a listing of columns with missing values (and totals) or one column with the missing rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.