critVal {melt} | R 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
Examples
## F-calibrated critical value
data("precip")
fit <- el_mean(precip, 30)
elt <- elt(fit, rhs = 34, calibrate = "f")
critVal(elt)
[Package melt version 1.11.4 Index]