Extracts the chi-square statistic from a model.
Usage
# S4 method for class 'EL'
chisq(object, ...)
# S4 method for class 'ELMT'
chisq(object, ...)
# S4 method for class 'ELT'
chisq(object, ...)
# S4 method for class 'SummaryEL'
chisq(object, ...)
# S4 method for class 'SummaryELMT'
chisq(object, ...)
# S4 method for class 'SummaryELT'
chisq(object, ...)
# S4 method for class 'SummaryLM'
chisq(object, ...)
Methods (by class)
chisq(EL)
: Extracts the chi-square statistic.chisq(ELMT)
: Extracts the vector of chi-square statistics.chisq(ELT)
: Extracts the chi-square statistic.chisq(SummaryEL)
: Extracts the chi-square statistic.chisq(SummaryELMT)
: Extracts the vector of chi-square statistics.chisq(SummaryELT)
: Extracts the chi-square statistic.chisq(SummaryLM)
: Extracts the chi-square statistic for the overall test of the model.