Description Usage Arguments Value Examples
Two Sample Proportions Test
1 | prop_test(s1, n1, s2, n2)
|
s1 |
Number of success in sample 1 |
n1 |
Sample size 1 |
s2 |
Number of success in sample 2 |
n2 |
Sample size 2 |
p-value for 95 percent confidence
1 | prop_test(0.5, 30, 0.8, 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.