wrapBinomTest.htest {sigr}R 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)


[Package sigr version 1.1.5 Index]