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

View source: R/BinomTest.R

wrapBinomTest.htestR Documentation

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

Description

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

Usage

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

Arguments

x

binom.test result

...

not used, just for argument compatibility

Value

wrapped stat

See Also

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

Examples


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


sigr documentation built on Aug. 20, 2023, 9:06 a.m.