Class MultipleComparisonsEx1

java.lang.Object
com.imsl.test.example.stat.MultipleComparisonsEx1

public class MultipleComparisonsEx1 extends Object

Performs the Student-Newman-Keuls multiple comparison test on a small set of means.

A multiple-comparisons analysis is performed using data discussed by Kirk (1982, pp. 123-125). The results show that there are three groups of means with three separate sets of values: \((36.7, 40.3, 43.4), (40.3, 43.4, 47.2)\), and \((43.4, 47.2, 48.7)\).

See Also:
  • Constructor Details

    • MultipleComparisonsEx1

      public MultipleComparisonsEx1()
  • Method Details

    • main

      public static void main(String[] args)