mynbin | R Documentation |
This function calculates probability of successes based on a negbin distribution.
mynbin(y, r, p)
y |
Number of trials |
r |
Number of successes |
p |
Probability of success |
Returns the probability of the number of successes based on a negbin distribution.
## Not run: mynbin(10, 3, 0.4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.