equitest {COMPoissonReg}R Documentation

Likelihood ratio test for Equidispersion

Description

A generic function for the likelihood ratio test for equidispersion using the output of a fitted mode. The function invokes particular methods which depend on the class of the first argument.

Usage

 equitest(object, ...) 

Arguments

object

a model object

...

other parameters which might be required by the model

Details

See the documentation of the particular methods for details.

Value

Returns the test statistic and p-value determined from the χ_1^2 distribution.

Author(s)

Thomas Lotze

See Also

equitest.cmp, equitest.zicmp


[Package COMPoissonReg version 0.6.1 Index]