remove_outliers_df: Remove outliers outside of 1st and 3rd quartile by making the...

View source: R/remove_outliers.R

remove_outliers_dfR Documentation

Remove outliers outside of 1st and 3rd quartile by making the values NA

Description

Remove outliers outside of 1st and 3rd quartile by making the values NA

Usage

remove_outliers_df(df, row.or.col = 2)

Arguments

df

Numeric data frame or matrix

row.or.col

A number indicating direction to apply function: either 1 for row-wise, 2 (default) for column-wise.

Value

The data frame without outliers


kazeera/hourglass documentation built on April 5, 2025, 7:18 a.m.