Next Page Previous Page Handbook Home Tools & Aids Search Handbook



1. Exploratory Data Analysis
1.3. EDA Techniques
1.3.3. Graphical Techniques: Alphabetic

1.3.3.11.

DEX Scatter Plot

Purpose:
Determine important factors with respect to location and scale
The dex scatter plot shows the response values for each level of each factor (i.e., independent) variable. This graphically shows how the location and scale vary for both within a factor variable and between different factor variables. This graphically shows which are the important factors and can help provide a ranked list of important factors from a designed experiment. The dex scatter plot is a complement to the traditional analyis of variance of designed experiments.

Dex scatter plots are typically used in conjunction with the dex mean plot and the dex standard deviation plot. The dex mean plot replaces the raw response values with mean response values while the dex standard deviation plot replaces the raw response values with the standard deviation of the response values. There is value in generating all 3 of these plots. The dex mean and standard deviation plots are useful in that the summary measures of location and spread stand out (they can sometimes get lost with the raw plot). However, the raw data points can reveal subtleties, such as the prescene of outliers, that might get lost with the summary statistics.

Sample Plot:
Factors 4, 2, 3, and 7 are the important factors.
sample DEX scatter plot

This sample dex scatter plot shows that:

  1. there do not appear to be any notable outliers;
  2. the levels of factors 2 and 4 show distinct location differences; and
  3. the levels of factor 1 show distinct scale differences.
Definition:
Response values versus factor variables
Dex scatter plots are formed by:
  • Vertical axis: Value of the response variable
  • Horizontal axis: Factor variable
Questions The dex scatter plot can be used to answer the following questions
  1. Which factors are important with respect to location and scale?
  2. Are there notable outliers?
Importance:
The purpose of designed experiments is to idenfity important factors with respect to location and scale
The goal of many designed experiments is to determine which factors are important with respect to location and scale. A rank list of the important factors is also often of interest. Dex scatter, mean, and standard deviation plots show this graphically. The dex scatter plot additionally shows if outliers may potentially be distorting the results.

Dex scatter plots were designed primarily for analyzing designed experiments. However, they are useful for any type of multi-factor data (i.e., a response variable with 2 or more factor variables having a small number of distinct levels) whether or not the data were generated from a designed experiment.

Extension for Interaction Effects Using the concept of the scatter plot matrix, the dex scatter plot can be extended to display second order interaction effects.

Specifically, if there are k factors, we create a matrix of plots with k rows and k columns. On the diagonal, the plot is simply a dex scatter plot with a single factor. For the off-diagonal plots, we multiply the values of Xi and Xj. For the common 2-level designs (i.e., each factor has two levels) the values are typically coded as -1 and 1, so the multiplied values are also -1 and 1. We then generate a dex scatter plot for this interaction variable. This plot is called a dex interaction effects plot and an example is shown below.

sample dex interaction effects plot

Related Techniques Dex mean plot
Dex standard deviation plot
Block plot
Box plot
Analysis of variance
Case Study The dex scatter plot is demonstrated in the ceramic strength data case study.
Software Dex scatter plots are available in some general purpose statistical software programs, although the format may vary somewhat between these programs. They are essentially just scatter plots with the X variable defined in a particular way, so it should be feasible to write macros for dex scatter plots in most statistical software programs. Dataplot supports a dex scatter plot.
Handbook Home Tools & Aids Search Handbook Previous Page Next Page