Description Usage Arguments Value
Generate random integers from the negative binomial distribution when possible within integer overflow constraints. Otherwise, approximate with the normal distribution.
1 | RNBinom(n, size, prob, mu)
|
n |
number of observations. If |
size |
number of trials (zero or more). When |
prob |
probability of success on each trial. When |
mu |
alternative parametrization via mean: see 'Details' in
documentation for |
Random numbers from the negative binomial distribution, or its normal approximation. The function will return a numeric value, rather than an integer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.