critVal: Critical value

critValR Documentation

Critical value

Description

Extracts the critical value from a model.

Usage

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

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

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

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

Arguments

object

An object that contains the critical value.

...

Further arguments passed to methods.

Value

A single numeric.

See Also

ELMT, ELT

Examples

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

melt documentation built on May 31, 2023, 7:12 p.m.