Skip to contents

Extracts the critical value from a model.

Usage

# S4 method for ELMT
critVal(object, ...)

# S4 method for ELT
critVal(object, ...)

# S4 method for SummaryELMT
critVal(object, ...)

# S4 method for SummaryELT
critVal(object, ...)

Arguments

object

An object that contains the critical value.

...

Further arguments passed to methods.

Value

A single numeric.

See also

Examples

## F-calibrated critical value
data("precip")
fit <- el_mean(precip, 30)
elt <- elt(fit, rhs = 34, calibrate = "f")
critVal(elt)
#> [1] 3.979807