voges_grubbs | R Documentation |
Wrapper for the Grubbs test from outliers package. This test will scan for multiple outliers! removing one after another.
voges_grubbs(data, outlier.range = 6, alpha = 0.05, silent = FALSE)
data |
input data (List, dataframe or vector?) |
outlier.range |
How many values have to be present for doing grubbs test (std 6) |
alpha |
p-value for outlier removal (0.05 = 95% significance) |
silent |
should outliers be printed to output? |
returns a dataframe or list depending on the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.