outliers_to_na | R Documentation |
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
outliers_to_na(iggdata)
iggdata |
numeric matrix |
numeric matrix with outliers converted to "NA"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.