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