powered by
This functions calculates quantiles (critical values) and reversively p-values for Cochran test for outlying variance.
qcochran(p, n, k) pcochran(q, n, k)
vector of probabilities.
vector of quantiles.
number of values in each group (if not equal, use arithmetic mean).
number of groups.
Vector of p-values or critical values.
Snedecor, G.W., Cochran, W.G. (1980). Statistical Methods (seventh edition). Iowa State University Press, Ames, Iowa.
cochran.test
# NOT RUN { qcochran(0.05,5,5) pcochran(0.293,5,5) # }
Run the code above in your browser using DataLab