Learn R Programming

extras (version 0.2.0)

ran_bern: Bernoulli Random Samples

Description

Bernoulli Random Samples

Usage

ran_bern(n = 1, prob = 0.5)

Arguments

n

A non-negative whole number of the number of random samples to generate.

prob

A numeric vector of values between 0 and 1 of the probability of success.

Value

An numeric vector of the random samples.

See Also

Other ran_dist: ran_binom(), ran_gamma_pois(), ran_gamma(), ran_lnorm(), ran_neg_binom(), ran_norm(), ran_pois()

Examples

Run this code
# NOT RUN {
ran_bern(10)
# }

Run the code above in your browser using DataLab