nu {COMPoissonReg} | R Documentation |
Estimate for dispersion parameter
Description
(Deprecated) A generic function for the dispersion parameter estimate from the results of various model fitting functions. The function invokes particular methods which depend on the class of the first argument.
Usage
nu(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
The form of the value returned depends on the class of its argument. See the documentation of the particular methods for details of what is produced by that method.
See Also
predict
[Package COMPoissonReg version 0.8.1 Index]