Mandel's h Distribution
Distribution function and quantile function for Mandel's h distribution.
qmandelh(p, k, lower.tail = TRUE, log.p = FALSE) pmandelh(q, k, lower.tail = TRUE, log.p = FALSE)
p |
vector of probabilities. |
k |
number of groups. |
lower.tail |
logical; if |
log.p |
logical; if |
q |
vector of quantiles. |
pmandelh
gives the distribution function and
qmandelh
gives the quantile function.
The code for pmandelh
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
Practice E 691 (2005) Standard Practice for Conducting an Interlaboratory Study to Determine the Precision of a Test Method, ASTM International.
## We need a two-sided upper-tail quantile qmandelh(p = 0.005/2, k = 7, lower.tail=FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.