wrapBinomTest.htest | R Documentation |
Wrap binom.test (test of Binomial/Bernoulli rate).
## S3 method for class 'htest'
wrapBinomTest(x, ...)
x |
binom.test result |
... |
not used, just for argument compatibility |
wrapped stat
wrapBinomTest
, wrapBinomTest.htest
, wrapBinomTestS
, wrapBinomTest.logical
, wrapBinomTest.numeric
, wrapBinomTest.data.frame
bt <- binom.test(7, 10, 0.5)
wrapBinomTest(bt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.