I conducted a study in which I collected the height, width, and weight of individuals from 9 different races (i.e I collected 10 to about 30 samples per race).
How can I can display the distribution of the data for each group for a given variable (e.g., height)? I have thought of using histogram but then how do I handle the missing value ranges.
What other statistical approaches and visualization would be suitable for examining similarity in distribution?
- How could these approaches be implemented in R?