Description Usage Arguments Value Author(s) References Examples
Tests the goodness of fit of the binomial distribution.
1 | Tarone.test(N, M)
|
N |
Trials |
M |
Counts |
a htest
object
https://stats.stackexchange.com/a/410376/6378 and R. E. TARONE, Testing the goodness of fit of the binomial distribution, Biometrika, Volume 66, Issue 3, December 1979, Pages 585–590, https://doi.org/10.1093/biomet/66.3.585
1 2 3 4 | #Generate example data
N <- c(30, 32, 40, 28, 29, 35, 30, 34, 31, 39)
M <- c( 9, 10, 22, 15, 8, 19, 16, 19, 15, 10)
Tarone.test(N, M)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.