Learn R Programming

MGBT (version 1.0.7)

GGBK: Cohn Approximation for New Generalized Grubbs--Beck Critical Values for 10-Percent Test

Description

Compute Cohn's approximation of critical values at the 10-percent significance level for the new generalized Grubbs--Beck test.

Usage

GGBK(n)

Arguments

n

The number of observations.

Value

The critical value of the test was to be returned, but a stop() is issued instead because there is a problem with the function's call of CritK (see Note).

References

Cohn, T.A., 2013--2016, Personal communication of original R source code: U.S. Geological Survey, Reston, Va.

See Also

critK10, CritK

Examples

Run this code
# NOT RUN {
GGBK(34) # but presently the function does not work 
# }

Run the code above in your browser using DataLab