View source: R/DifferenceDistribution.R
render.sigr_Bernoulli_diff_test | R Documentation |
Format sigr_Bernoulli_diff_test (test of difference of Bernoulli processes).
## S3 method for class 'sigr_Bernoulli_diff_test'
render(
statistic,
...,
format,
statDigits = 4,
sigDigits = 4,
pLargeCutoff = 0.05,
pSmallCutoff = 1e-05
)
statistic |
wrapped cor.test. |
... |
extra arguments (not used) |
format |
if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...) |
statDigits |
integer number of digits to show in summaries. |
sigDigits |
integer number of digits to show in significances. |
pLargeCutoff |
value to declare non-significance at or above. |
pSmallCutoff |
smallest value to print |
formatted string
Bernoulli_diff_stat(2000, 5000, 100, 200)
Bernoulli_diff_stat(2000, 5000, 100, 200, 0.1)
Bernoulli_diff_stat(2000, 5000, 100, 199)
Bernoulli_diff_stat(2000, 5000, 100, 199, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.