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