powered by
Extracts the critical value from a model.
# S4 method for ELMT critVal(object, ...)# S4 method for ELT critVal(object, ...)# S4 method for SummaryELMT critVal(object, ...)# S4 method for SummaryELT critVal(object, ...)
# S4 method for ELT critVal(object, ...)
# S4 method for SummaryELMT critVal(object, ...)
# S4 method for SummaryELT critVal(object, ...)
A single numeric.
An object that contains the critical value.
Further arguments passed to methods.
ELMT, ELT
## 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