Click or drag to resize
TableMultiWayTableBalancedGetNvalues Method
Returns an array of length nkeys containing in its i-th element (i=0,1,...nkeys-1), the number of levels or categories of the i-th classification variable (column).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int[] GetNvalues()

Return Value

Type: Int32
A int array containing the number of levels or for each variable (column) in x.
See Also