Class TableMultiWayEx1

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

public class TableMultiWayEx1 extends Object

Computes a two-way table in the presence of missing values.

The data is a \(10 \times 3\) matrix and columns \(0\) and \(1\) are the keys or variables in the 2-way tabulation. Two missing values (NaNs) are introduced into the keys. NaN is displayed as a "?". The table of frequencies is displayed, where the values of the first variable are the row labels and the values of the second variable are the column labels. The ngroups array contains the number of rows per group as well, except that a grouping with a NaN present is not counted.

See Also:
  • Constructor Details

    • TableMultiWayEx1

      public TableMultiWayEx1()
  • Method Details

    • main

      public static void main(String[] args)