| chisq | R Documentation | 
Extracts the chi-square statistic from a model.
## S4 method for signature 'EL'
chisq(object, ...)
## S4 method for signature 'ELMT'
chisq(object, ...)
## S4 method for signature 'ELT'
chisq(object, ...)
## S4 method for signature 'SummaryEL'
chisq(object, ...)
## S4 method for signature 'SummaryELMT'
chisq(object, ...)
## S4 method for signature 'SummaryELT'
chisq(object, ...)
## S4 method for signature 'SummaryLM'
chisq(object, ...)
| object | An object that contains the chi-square statistic. | 
| ... | Further arguments passed to methods. | 
The form of the value returned by chisq() depends on the class of
its argument.
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.
EL, ELMT, ELT, pVal()
data("precip")
fit <- el_mean(precip, par = 40)
chisq(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.