Description Usage Arguments Value Examples
View source: R/DifferenceDistribution.R
Format sigr_Bernoulli_diff_test (test of difference of Bernoulli processes).
1 2 3 4 5 6 7 8 9 10 |
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
1 2 3 4 | 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.