public class ANOVAFactorialEx3 extends Object
Performs a three-way factorial analysis of variance.
This example performs a three-way analysis of variance using data discussed by John (1971, pp. 91 92). The responses are weights (in grams) of roots of carrots grown with varying amounts of applied nitrogen (A), potassium (B), and phosphorus (C). Each cell of the three-way layout has one response. Note that the ABC interactions sum of squares, which is 186, is given incorrectly by John (1971, Table 5.2.) The three-way layout is given in the following table:
Constructor and Description |
---|
ANOVAFactorialEx3() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.