Description Usage Arguments Value
View source: R/find_col_outlier.R
find_col_outlier finds the outliers in a column of a data frame.
It is a wrapper for [find_outlier()].
1  | find_col_outlier(df, col, threshold = 3)
 | 
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   | 
A vector of indices where outliers occur
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.