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)
input data (List, dataframe or vector?)
How many values have to be present for doing grubbs test (std 6)
p-value for outlier removal (0.05 = 95% significance)
should outliers be printed to output?
returns a dataframe or list depending on the input.