powered by
Bernoulli Random Samples
ran_bern(n = 1, prob = 0.5)
A non-negative whole number of the number of random samples to generate.
A numeric vector of values between 0 and 1 of the probability of success.
An numeric vector of the random samples.
Other ran_dist: ran_binom(), ran_gamma_pois(), ran_gamma(), ran_lnorm(), ran_neg_binom(), ran_norm(), ran_pois()
ran_binom()
ran_gamma_pois()
ran_gamma()
ran_lnorm()
ran_neg_binom()
ran_norm()
ran_pois()
# NOT RUN { ran_bern(10) # }
Run the code above in your browser using DataLab