Description Usage Arguments Value Examples
Perform a binomial test
1 | bt(a, b, p = 0.5)
|
a |
A number |
b |
A number |
p |
A number |
Returns the binomial test pvalue for an event that occurred a
times out of a total of b
with a null probability assumption of p
1 | bt(2,10,.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.