Learn R Programming

melt (version 1.11.3)

critVal: Critical value

Description

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, ...)

Value

A single numeric.

Arguments

object

An object that contains the critical value.

...

Further arguments passed to methods.

See Also

ELMT, ELT

Examples

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

Run the code above in your browser using DataLab