powered by
Distribution function and quantile function for Cochran's distribution.
qcochran(p, k, n, lower.tail = TRUE, log.p = FALSE)pcochran(q, k, n, lower.tail = TRUE, log.p = FALSE)
pcochran(q, k, n, lower.tail = TRUE, log.p = FALSE)
vector of probabilities.
number of groups.
(average) sample size of the k groups.
logical; if TRUE (default), probabilities are P[X <= x] otherwise, P[X > x].
logical; if TRUE, probabilities p are given as log(p).
vector of quantiles.
pcochran gives the distribution function and qcochran gives the quantile function.
pcochran
qcochran
Cochran, W.G. (1941) The distribution of the largest of a set of estimated variances as a fraction of their total. Ann. Eugen. 11, 47--52.
Wilrich, P.-T. (2011) Critical values of Mandel's h and k, Grubbs and the Cochran test statistic. Adv. Stat. Anal.. 10.1007/s10182-011-0185-y.
FDist
# NOT RUN { qcochran(0.05, 7, 3) # }
Run the code above in your browser using DataLab