qcochran | R Documentation |
This functions calculates quantiles (critical values) and reversively p-values for Cochran test for outlying variance.
qcochran(p, n, k) pcochran(q, n, k)
p |
vector of probabilities. |
q |
vector of quantiles. |
n |
number of values in each group (if not equal, use arithmetic mean). |
k |
number of groups. |
Vector of p-values or critical values.
Lukasz Komsta
Snedecor, G.W., Cochran, W.G. (1980). Statistical Methods (seventh edition). Iowa State University Press, Ames, Iowa.
cochran.test
qcochran(0.05,5,5) pcochran(0.293,5,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.