wrapBinomTestS | R Documentation |
Wrap binom.test (test of Binomial/Bernoulli rate) from summary.
wrapBinomTestS(
x,
n,
...,
p = NA,
alternative = c("two.sided", "less", "greater"),
conf.level = 0.95
)
x |
numeric scalar, number of successes. |
n |
numeric scalar, number of trials. |
... |
extra arguments passed to binom.test |
p |
number, hypothesized probability of success. |
alternative |
passed to |
conf.level |
passed to |
wrapped stat
wrapBinomTest
, wrapBinomTest.htest
, wrapBinomTestS
, wrapBinomTest.logical
, wrapBinomTest.numeric
, wrapBinomTest.data.frame
wrapBinomTestS(3, 7, p = 0.5)
wrapBinomTestS(300, 700, p = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.