KIbinomial_u | R Documentation |
returns borders and length of confidence intervall for difference of binomial proportions
KIbinomial_u(p1, n1, p2, n2, alpha)
p1 |
proportion obeserved in group 1 |
n1 |
number of observations in group 1 |
p2 |
proportion obeserved in group 2 |
n2 |
number of observations in group 2 |
alpha |
error niveau |
confidence intervall
KIbinomial_u(0.25, 100, 0.4, 150, 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.