voges_grubbs: Helper function for outlier detection.

View source: R/outliers.R

voges_grubbsR Documentation

Helper function for outlier detection.

Description

Wrapper for the Grubbs test from outliers package. This test will scan for multiple outliers! removing one after another.

Usage

voges_grubbs(data, outlier.range = 6, alpha = 0.05, silent = FALSE)

Arguments

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?

Value

returns a dataframe or list depending on the input.


LucasFVoges/DoubleqpcR documentation built on Feb. 19, 2024, 7:21 p.m.