pVal {melt} | R Documentation |
p
-value
Description
Extracts the p
-value from a model.
Usage
## S4 method for signature 'EL'
pVal(object, ...)
## S4 method for signature 'ELMT'
pVal(object, ...)
## S4 method for signature 'ELT'
pVal(object, ...)
## S4 method for signature 'SummaryEL'
pVal(object, ...)
## S4 method for signature 'SummaryELT'
pVal(object, ...)
## S4 method for signature 'SummaryELMT'
pVal(object, ...)
## S4 method for signature 'SummaryLM'
pVal(object, ...)
Arguments
object |
An object that contains the |
... |
Further arguments passed to methods. |
Value
The form of the value returned by pVal()
depends on the class of
its argument.
Methods (by class)
-
pVal(EL)
: Extracts thep
-value. -
pVal(ELMT)
: Extracts the multiplicity adjustedp
-values. -
pVal(ELT)
: Extracts thep
-value. -
pVal(SummaryEL)
: Extracts thep
-value. -
pVal(SummaryELT)
: Extracts thep
-value. -
pVal(SummaryELMT)
: Extracts the multiplicity adjustedp
-values. -
pVal(SummaryLM)
: Extracts thep
-value.
See Also
Examples
data("precip")
fit <- el_mean(precip, par = 40)
pVal(fit)
[Package melt version 1.11.4 Index]