dst_nbinom | R Documentation |
Makes a distribution belonging to the family of negative binomial distributions.
dst_nbinom(size, prob)
size |
Target for number of successful trials; non-negative. |
prob |
Probability parameter; between 0 and 1. |
dst_nbinom(10, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.