Return the support of the zero-inflated Poisson distribution
Source:R/ZIPoisson.R
support.ZIPoisson.Rd
Return the support of the zero-inflated Poisson distribution
Usage
# S3 method for class 'ZIPoisson'
support(d, drop = TRUE, ...)
Arguments
- d
An
ZIPoisson
object created by a call toZIPoisson()
.- drop
logical. Should the result be simplified to a vector if possible?
- ...
Currently not used.