Format sigr_Bernoulli_diff_test (test of difference of Bernoulli processes).
# S3 method for sigr_Bernoulli_diff_test
render(
statistic,
...,
format,
statDigits = 4,
sigDigits = 4,
pLargeCutoff = 0.05,
pSmallCutoff = 1e-05
)
wrapped cor.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 {
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)
# }
Run the code above in your browser using DataLab