Learn R Programming

biodosetools (version 3.7.2)

QHampel: Calculate QHampel

Description

Calculate QHampel

Usage

QHampel(y, lab, tol.G1 = 1e-06)

Value

Numeric value of zscore using QHampel algorithm.

Arguments

y

vector of data values.

lab

corresponding lab numbers.

tol.G1

decimal place accuracy of the numerator of s.star.

Examples

Run this code
X = c(3.65, 2.5, 4.85)

QHampel(y = as.numeric(X),
        lab = 1:length(X),
        tol.G1=0.000001)

Run the code above in your browser using DataLab