rgrubbs.test: Recursive Grubbs test for an outlier detection

Description Usage Arguments Details References See Also Examples

View source: R/subfunctions.R

Description

This function works to detect outlying observation given one peptide by using the Grubbs test recursively.

Usage

1
rgrubbs.test(x, cri = 0.05)

Arguments

x

a peptide

cri

a criteria for the p-value

Details

It is a recursive version of the Grubbs test to detect outlying observations assuming that a peptide is given.

References

Cho, H and Eo, S-H. (2015). Outlier Detection for Mass Spectrometry Data, Submitted.

See Also

odm

Examples

1
2

sooheang/OutlierDM documentation built on May 30, 2019, 6:31 a.m.