Learn R Programming

PMCMRplus (version 1.9.12)

Mandel-h: Mandel's h Distribution

Description

Distribution function and quantile function for Mandel's h distribution.

Usage

qmandelh(p, k, lower.tail = TRUE, log.p = FALSE)

pmandelh(q, k, lower.tail = TRUE, log.p = FALSE)

Value

pmandelh gives the distribution function and qmandelh gives the quantile function.

Arguments

p

vector of probabilities.

k

number of groups.

lower.tail

logical; if TRUE (default), probabilities are \(P[X \leq x]\) otherwise, \(P[X > x]\).

log.p

logical; if TRUE, probabilities are given as log(p).

q

vector of quantiles.

References

Practice E 691 (2005) Standard Practice for Conducting an Interlaboratory Study to Determine the Precision of a Test Method, ASTM International.

See Also

mandelhTest

Examples

Run this code
## We need a two-sided upper-tail quantile
qmandelh(p = 0.005/2, k = 7, lower.tail=FALSE)

Run the code above in your browser using DataLab