R/DifferenceDistribution.R
render.sigr_Bernoulli_diff_test.Rd
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 )
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] "Bernoulli difference test: (A=2000/5000=0.4, B=100/200=0.5, =0.4038, post 0.1 two sided; p=0.004677)."#> [1] "Bernoulli difference test: (A=2000/5000=0.4, B=100/200=0.5, =0.4038, prior 0.1 two sided; p=0.004677)."#> [1] "Bernoulli difference test: (A=2000/5000=0.4, B=100/199=0.5025, =0.4039, post 0.1025 two sided; pL=0.003753, pH=0.00382)."#> [1] "Bernoulli difference test: (A=2000/5000=0.4, B=100/199=0.5025, =0.4039, prior 0.1 two sided; pL=0.004701, pH=0.00474)."