computeNEff | R Documentation |
Help function to compute the effective sample size based on a length 2 vector of samples
computeNEff(n, testType = c("oneSample", "paired", "twoSample"), silent = TRUE)
n |
vector of length at most 2 representing the sample sizes of the first and second group |
testType |
either one of "oneSample", "paired", "twoSample". |
silent |
logical, if true, then turn off warnings |
a numeric that represents the effective sample size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.