Learn R Programming

sigr (version 1.1.5)

wrapBinomTest.htest: Wrap binom.test (test of Binomial/Bernoulli rate).

Description

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

Usage

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

Value

wrapped stat

Arguments

x

binom.test result

...

not used, just for argument compatibility

See Also

wrapBinomTest, wrapBinomTest.htest, wrapBinomTestS, wrapBinomTest.logical, wrapBinomTest.numeric, wrapBinomTest.data.frame

Examples

Run this code

bt <- binom.test(7, 10, 0.5)
wrapBinomTest(bt)

Run the code above in your browser using DataLab