Description Usage Arguments Examples
View source: R/clear.outliers.R
This function deletes the entries which deviate more than a specific sigma range from the mean.
1 | clear.outliers(x, a = 1.5, use.quartile = T, fill.gaps = F)
|
x |
Input data a Sigma range use.quartile Boolean if quartile range (TRUE,default) or standard deviation (FALSE) should be used. fill.gaps Boolean if gaps should be filled with the mean value of neighbouring data points |
1 2 | clear.outliers(x = data)
clear.outliers(x = data, a = 2, use.quartile = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.