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.
Constructor and Description |
---|
TableMultiWayEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.