Many thanks for your support, I haven't used them before, but I'm looking at the link you send me.
Thank you!
------Original Message------
A mosaic plot is another way to visualize two-way cross-tabulated data.
http://www.cyclismo.org/tutorial/R/intermediatePlotting.html
Here's some discussion of the merits of mosaic plots vs other
forms of visualization, including barcharts or histograms.
https://www.perceptualedge.com/articles/visual_business_intelligence/are_mosaic_plots_worthwhile.pdf
http://www.perceptualedge.com/example13.php
Mosaic plots can be useful, but it's certainly true that they have a learning curve, and some limitations. (Personally, I find them most useful when there's a natural order in the values of one of the variables, with a coloring scheme applied that aligns with that ordering--e.g., red to white to green for bad/neutral/good or low/medium/high, etc.)
>>Kathy
------------------------------
Katherine Godfrey
------------------------------
Original Message:
Sent: 09-27-2015 05:28
From: Efthalia Massou
Subject: descriptive statistics
I'd like to see how a characteristic (categorical variable with 5 values) is distributed into 3 countries. Is there any other way to go over it apart from frequency table or cross tabulation?