Learn R Programming

OutlierDM (version 1.1.1)

rgrubbs.test: Recursive Grubbs test for an outlier detection

Description

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

Usage

rgrubbs.test(x, alpha = 0.05)

Arguments

x
a peptide
alpha
a significance level alpha for a 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

Run this code
  data(lcms3)
  rgrubbs.test(log2(lcms3[100,]))

Run the code above in your browser using DataLab