prop.ci | R Documentation |
Proportion Confidence Interval
prop.ci(n, k, conf = 95)
n |
is population size. |
k |
is number of success. |
conf |
is confidence level desired. default at 95. |
p
Is the succses rate, given n
and k
.
q
Is the opposite probability of p (1-p
).
SE
The Standard Error estimate based on empirical observations (p and q
).
Lower
and Upper
are the margins of the confidence interval.
conf
is the confidence level.
binom2norm
answers whether the assumption of normality is met.
Calculates the binomal to normal assumption: p&q * n > 5
.
prop.sig
for a proportion significance test
prop.ci(n=100,k=30)
prop.ci(100,30,conf=99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.