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