View source: R/critical.value.ks.test.R
critical.value.ks.test | R Documentation |
Takes a sample size and a confidence level and computes the corresponding critical value basing on the kolmogorov-smirnov test
critical.value.ks.test(n, conf, alternative = "two.sided");
n |
The sample size |
conf |
The confidence level |
alternative |
Indicates the alternative hypothesis and must be one of "two.sided"(default), "one-sided". |
The corresponding critical value
Ying Wu
critical.value.ks.test(10, 0.95);
critical.value.ks.test(100, 0.95, alternative = "one-sided");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.