rbinomial {dmutate} | R Documentation |
Simulate from binomial distribution.
Description
Wrapper for rbinom
with trial size of 1.
Usage
rbinomial(n, p, ...)
rbern(n, p, ...)
Arguments
n |
number of variates |
p |
probability of success |
... |
passed along as appropriate |
Details
The size
of each trial is always 1.
[Package dmutate version 0.1.3 Index]