View source: R/outliers_checks.R
identify_outliers | R Documentation |
check outliers of the dataset
identify_outliers(
df,
kobo_tool_location = NULL,
cols_to_report,
maximum_standard_deviations = 3,
minumum_unique_value_of_variable = 10,
cols_to_remove = NULL
)
df |
data frame |
kobo_tool_location |
kobo tool path. Defult is null |
cols_to_report |
Variables those must be included in the output |
minumum_unique_value_of_variable |
Default is 10, means for any variable where number of unique value is less than 10, then the variable won't be considered for outlier checking. |
cols_to_remove |
Variables those must not consider for outlier checks even though they are numeric |
Outliers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.