outliers_to_na: outliers to na

View source: R/misc.R

outliers_to_naR Documentation

outliers to na

Description

This function takes a data frame and converts all column-wise outliers to na An outlier is a value less than the 1st quartile minus the interquartile range or a value greater than the 3rd quartile plus the interquartile range

Usage

outliers_to_na(iggdata)

Arguments

iggdata

numeric matrix

Value

numeric matrix with outliers converted to "NA"


pmtran5884/Glycancc documentation built on Oct. 5, 2022, 10:14 a.m.