Related Links:
Probability of F Explanation and Tables
Program
References
The data is a 3 column table of numbers. The columns are separated by white spaces (space or tab)
- Column 1 is
- F value for calculating probability from F. F must have a positive value
- Probability value for calculating F from probability. Probability must have a value between 0 and 0.5
- Column 2 is numerator degrees of freedom (ndf). In an analysis of variance, it is the number of groups -1
- Column 3 is denominator degrees of freedom (ddf). In an analysis of variance, ddf is usually the residual or
error degrees of freedom
Press WH, Flannery BP, Teukolsky SA, and Vetterling WT. (1994)
Numerical recipes in Pascal. Cambridge University Press ISBN 0-521-37516-9.
p.189
|