AntonAntonov/MosaicPlot

(1.0.1) current version: 1.0.6 »

Mosaic plots for datasets and lists of records

Contributed by: Anton Antonov

The paclet provides the function MosaicPlot that summarizes the conditional probabilities of co-occurrence of the categorical values in a Dataset object or a list of records of the same length.

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["AntonAntonov/MosaicPlot"]


To load the code after installation, evaluate this code:
Needs["AntonAntonov`MosaicPlot`"]

Details

If a list of records is given to MosaicPlot then the list is assumed to be a full array and the columns to represent categorical values.
Note, that if a column is numerical, but has a small number of different values then it can be seen as categorical.
This paclet is based in the paclet "AntonAntonov/TriesWithFrequencies".