# This file is part of the RSamplingz package with License GPL-3.0-or-later
CochranMod <- function(no, N){
x <- no -1
y <- x / N
z <- 1 + y
n <- no / z
n <- ceiling(n)
print(n)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.