rbinom_size | R Documentation |
Samples the size parameter from the binomial distribution with fixed x (number of successes) and p (success probability)
rbinom_size(n, x, prob)
n |
number of samples to generate |
x |
number of successes |
prob |
probability of success |
sampled sizes
Sebastian Funk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.