Last chance! 50% off unlimited learning
Sale ends in
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)
vector of probabilities.
number of groups.
number of replicates per group.
logical; if TRUE
(default),
probabilities are P[X <= x] otherwise, P[X > x].
logical; if TRUE
, probabilities
are given as log(p).
vector of quantiles.
pmandelk
gives the distribution function and
qmandelk
gives the quantile function.
Practice E 691 (2005) Standard Practice for Conducting an Interlaboratory Study to Determine the Precision of a Test Method, ASTM International.
# NOT RUN {
qmandelk(0.005, 7, 3, lower.tail=FALSE)
# }
Run the code above in your browser using DataLab