Description Usage Arguments Examples
This function will provide the probability of a certain number of successes of binomial trials when given y, the number of trials, r, the number of successes, and p, the probability of a success. The probability is provided as a decimal, which can be understood as a percent once multiplied by 100.
1 | mynbin(y, r, p)
|
y |
number of trials |
r |
number of successes |
p |
hypothesized probability of successes |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.