prop.sig | R Documentation |
This function returns the Z value of the sampled proportion. Input values refer to percents.
prop.sig(p, N, x)
p |
Percents of success in population. |
N |
Sample size. |
x |
Percents of success in sample. |
p
is the success rate in population.
q
is the opposite probability of p (1-p
).
sd
is the SD estimation.
Z
is the Z value, genreated given the data.
binom2norm
answers whether the assumption of normality is met.
Calculates the binomal to normal assumption: p&q * n > 5
prop.ci
for proportion confidence interval.
prop.sig(p=46,N=36,x=38)
# 46% success in pop, while in a 36 people sample, 38% success.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.