Wrap binom.test (test of Binomial/Bernoulli rate).

# S3 method for htest
wrapBinomTest(x, ...)

Arguments

x

binom.test result

...

not used, just for argument compatibility

Value

wrapped stat

See also

Examples

bt <- binom.test(7, 10, 0.5) wrapBinomTest(bt)
#> [1] "Exact binomial test: (7/10=0.7~c(0.95)[0.3475, 0.9333], two.sided 0.5; p=n.s.)."