chisq {melt}R Documentation

Chi-square statistic

Description

Extracts the chi-square statistic from a model.

Usage

## 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, ...)

Arguments

object

An object that contains the chi-square statistic.

...

Further arguments passed to methods.

Value

The form of the value returned by chisq() depends on the class of its argument.

Methods (by class)

See Also

EL, ELMT, ELT, pVal()

Examples

data("precip")
fit <- el_mean(precip, par = 40)
chisq(fit)

[Package melt version 1.11.3 Index]