rmvoutlier | R Documentation |
Function for removing outliers.
rmvoutlier(x, coef = 2.5)
x |
A vector of a variale |
coef |
A number of the times of standard deviation. The default value is 2.5. |
Location of outliers in the vector
data("obs")
obs$Cr_ppm <- log(obs$Cr_ppm)
krm <- rmvoutlier(obs$Cr_ppm)
krm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.