This article describes how to create a grouped Density plot, like this:
Requirements
- A Numeric variable that you want to display as densities.
- A categorical variable (Nominal, Ordinal, Binary) to use for groupings.
Method
1. Go to Visualization > Distributions > Density.
2. Under Inputs > DATA SOURCE > Variables in 'Data' select your Numeric variable.
3. Under Inputs > DATA SOURCE > Groups select the categorical variable to group by.
4. Click Calculate and/or ensure Automatic is selected.
If your numeric data is stored in a table rather than a numeric variable, replace step 2 above with: Under Inputs > DATA SOURCE > Output in 'Pages' select your Table.
Next