public class ANOVAEx1 extends Object
Performs a one-way analysis of variance.
This example computes a one-way analysis of variance for data discussed by Searle (1971, Table 5.1, pages 165-179). The responses are plant weights for 6 plants of 3 different types - 3 normal, 2 off-types, and 1 aberrant. The 3 normal plant weights are 101, 105, and 94. The 2 off-type plant weights are 84 and 88. The 1 aberrant plant weight is 32. Note in the results that for the group with only one response, the standard deviation is undefined and is set to NaN (not a number).Constructor and Description |
---|
ANOVAEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.