Yamane99 | R Documentation |
Computes sample size for known Population at 99 percent Level of Confidence preferred for studies on phenomenon with high risk
Yamane99(x)
x |
Population to be used for computation of Sample |
Returns a vector which is the computed sample for the given population rounded up with ceiling function.
Paolo G. Hilado
Yamane, T. (1967). Statistics, An Introductory Analysis, 2nd Ed., New York: Harper and Row.
Yamane99(700) [1] 655 ## The function is currently defined as function (x) { y <- x/(1 + x*0.0001) z <- ceiling(y) print(z) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.