summary.psFit {fitPS} | R Documentation |
S3 summary method for an object of class psFit
Description
S3 summary method for an object of class psFit
Usage
## S3 method for class 'psFit'
summary(object, ...)
Arguments
object |
|
... |
other arguments passed to |
Details
Experimental because I am unsure if it is useful. If object
is a zero-inflated zeta fitted object,
then the function carries out a likelihood ratio test for the value of pi. Currently not implemented for the logarithmic
distribution because we are currently not interested in the logarithmic distribution.
Value
No return value, called for side effects
[Package fitPS version 1.0.1 Index]