Learn R Programming

distributions3 (version 0.1.2)

support.Bernoulli: Return the support of the Bernoulli distribution

Description

Return the support of the Bernoulli distribution

Usage

# S3 method for Bernoulli
support(d)

Arguments

d

An Bernoulli object created by a call to Bernoulli().

Value

A vector of length 2 with the minimum and maximum value of the support.