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