powered by
Format binom.test (test of rate of a Binomial/Bernoulli experiment).
# S3 method for sigr_binomtest render( statistic, ..., format, statDigits = 4, sigDigits = 4, pLargeCutoff = 0.05, pSmallCutoff = 1e-05 )
wrapped binom.test.
extra arguments (not used)
if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...)
integer number of digits to show in summaries.
integer number of digits to show in significances.
value to declare non-significance at or above.
smallest value to print
formatted string
# NOT RUN { bt <- binom.test(7, 10, 0.5) wrapBinomTest(bt) # }
Run the code above in your browser using DataLab