Description Usage Arguments Value
Method 7.18
Used for two sample proportions hypothesis test
Use prop.test(x = c(x1, x2), n = c(n1,n2), p = c(p1,p2), correct = FALSE, conf.level = 1-alpha) to get p-value
1 | zobs2(x, p, n)
|
x |
Vector of two numbers of observations in a category |
n |
Vector of two number of observations in total |
p0 |
Vector of two number of the null hypothesis |
Z_obs test statistic for two sample proportions hypothesis test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.