Learn R Programming

mcradds (version 1.1.1)

dixon_outlier: Detect Dixon Outlier

Description

[Experimental]

Help function detects the potential outlier with Dixon method, following the rules of EP28A3 and NMPA guideline for establishment of reference range.

Usage

dixon_outlier(x)

Value

A list contains outliers and vector without outliers.

Arguments

x

(numeric)
numeric input.

Examples

Run this code
x <- c(13.6, 44.4, 45.9, 11.9, 41.9, 53.3, 44.7, 95.2, 44.1, 50.7, 45.2, 60.1, 89.1)
dixon_outlier(x)

Run the code above in your browser using DataLab