Extracts the \(p\)-value from a model.
Usage
# S4 method for class 'EL'
pVal(object, ...)
# S4 method for class 'ELMT'
pVal(object, ...)
# S4 method for class 'ELT'
pVal(object, ...)
# S4 method for class 'SummaryEL'
pVal(object, ...)
# S4 method for class 'SummaryELT'
pVal(object, ...)
# S4 method for class 'SummaryELMT'
pVal(object, ...)
# S4 method for class 'SummaryLM'
pVal(object, ...)
Methods (by class)
pVal(EL)
: Extracts the \(p\)-value.pVal(ELMT)
: Extracts the multiplicity adjusted \(p\)-values.pVal(ELT)
: Extracts the \(p\)-value.pVal(SummaryEL)
: Extracts the \(p\)-value.pVal(SummaryELT)
: Extracts the \(p\)-value.pVal(SummaryELMT)
: Extracts the multiplicity adjusted \(p\)-values.pVal(SummaryLM)
: Extracts the \(p\)-value.