Array.crosstab()

Revision as of 03:19, 30 April 2020 by Devika (talk | contribs) (→‎Array.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Array.crosstab(RowSet, ColSet,PageSet,DataSet)

Returns a simple cross tabulation of two or more factors. By default computes a frequency table of the factors unless an array of values and an aggregation function are passed.

[[100,2,2],[101,4,5],[102,6,7]].crosstab()


[[100,2,2],[101,4,5],[102,6,7]].uncrosstab()

See Also

accumulatewith

across