Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

qcochran

Critical values and p-values for Cochran outlying variance test


Description

This functions calculates quantiles (critical values) and reversively p-values for Cochran test for outlying variance.

Usage

qcochran(p, n, k)
pcochran(q, n, k)

Arguments

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.

Value

Vector of p-values or critical values.

Author(s)

Lukasz Komsta

References

Snedecor, G.W., Cochran, W.G. (1980). Statistical Methods (seventh edition). Iowa State University Press, Ames, Iowa.

See Also

Examples

qcochran(0.05,5,5)
pcochran(0.293,5,5)

outliers

Tests for outliers

v0.14
GPL (>= 2)
Authors
Lukasz Komsta <lukasz.komsta@umlub.pl>
Initial release
2011-01-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.