Description Usage Arguments Details Value
View source: R/standard_checks.R
Find outliers in all numerical columns of a dataset
1 |
data |
a dataframe |
Searches for values that are outside more than three standard deviations from the mean. If fewer outliers are found when the data is log-transformed before the check, only outliers in the log-transformed data are returned.
A dataframe with one row per potential issue. It has columns for the corresponding row index in the original data; the suspicious value; the variable name in the original dataset in which the suspicious value occured; A description of the issue type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.