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