data_validation_outliers: Lists outliers in a dataframe Returns all numerical values...

Description Usage Arguments Value

View source: R/util_cleaning_check.R

Description

Lists outliers in a dataframe Returns all numerical values more than three standard deviations from the mean (assumes normal distribution)

Usage

1
data_validation_outliers(data, maximum_standard_deviations = 3)

Arguments

data

dataframe

maximum_standard_deviations

set the distance from the mean threshold for outliers in number of standard deviations. defaults to 3

Value

data frame with the outlier values, as well as the row index and the name of the data column in which they appeared


mabafaba/reachR2 documentation built on May 3, 2019, 3:40 p.m.