find_col_outlier: Find outliers in a column of a data frame

Description Usage Arguments Value

View source: R/find_col_outlier.R

Description

find_col_outlier finds the outliers in a column of a data frame. It is a wrapper for [find_outlier()].

Usage

1
find_col_outlier(df, col, threshold = 3)

Arguments

df

The data frame to search through

col

The name or index of the column in the data frame.

threshold

Indices of values that are farther from the mean than the threshold times the deviation are removed. The standard deviation is obtained using [sd()]. The default value is threshold = 3.

Value

A vector of indices where outliers occur


awqx/qsarr documentation built on Oct. 2, 2021, 7:05 a.m.