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