identify_outliers: check outliers of the dataset

View source: R/outliers_checks.R

identify_outliersR Documentation

check outliers of the dataset

Description

check outliers of the dataset

Usage

identify_outliers(
  df,
  kobo_tool_location = NULL,
  cols_to_report,
  maximum_standard_deviations = 3,
  minumum_unique_value_of_variable = 10,
  cols_to_remove = NULL
)

Arguments

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

Value

Outliers


mhkhan27/illuminate documentation built on March 25, 2023, 5:41 p.m.