| Mandel-k | R Documentation | 
Distribution function and quantile function for Mandel's k distribution.
qmandelk(p, k, n, lower.tail = TRUE, log.p = FALSE)
pmandelk(q, k, n, lower.tail = TRUE, log.p = FALSE)
| p | vector of probabilities. | 
| k | number of groups. | 
| n | number of replicates per group. | 
| lower.tail | logical; if TRUE (default),
probabilities are  | 
| log.p | logical; if  | 
| q | vector of quantiles. | 
pmandelk gives the distribution function and
qmandelk gives the quantile function.
The code for pmandelk was taken from:
Stephen L R Ellison. (2017). metRology: Support for Metrological
Applications. R package version 0.9-26-2.
https://CRAN.R-project.org/package=metRology
The functions are only appropriate for balanced designs.
Practice E 691 (2005) Standard Practice for Conducting an Interlaboratory Study to Determine the Precision of a Test Method, ASTM International.
mandelkTest
pmandelh, qmandelh
qmandelk(0.005, 7, 3, lower.tail=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.