diffrange: difference of range

Description Usage Arguments Value Author(s) References See Also Examples

Description

This function computes the length of the range of a sample.

Usage

1

Arguments

x

a numeric vector

Value

a numeric object

Author(s)

W.J. Braun

References

Montgomery, D.C. (2000) Introduction to Statistical Quality Control, Wiley

See Also

RCC, xbarRCC

Examples

1
2
x <- rnorm(10)
diffrange(x)

CC documentation built on Aug. 27, 2019, 9:02 a.m.

Related to diffrange in CC...