max_failures | R Documentation |
Calculates Max Number of Sample Failures
max_failures(n, prob)
n |
total count |
prob |
defaults to .95 |
an int for max number of sample failures, and df containing binomial probabilities
max_failures(n=20, prob=.0125)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.