Array.crosstab()

From ZCubes Wiki
Revision as of 03:17, 30 April 2020 by Devika (talk | contribs) (Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Array.

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