Analysis of DOE Results: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Donal
No edit summary
imported>Donal
No edit summary
Line 23: Line 23:
* View ANOVA Table - displays a standard ANOVA results table.
* View ANOVA Table - displays a standard ANOVA results table.
* Open Half-Norm plot - displays a [[Half-Normal_Probability_Plot|Half-Norm Plot]].
* Open Half-Norm plot - displays a [[Half-Normal_Probability_Plot|Half-Norm Plot]].
* Open DOE Effects Plot - displays a one- or two-factor effects plot.
* Open DOE Effects Plot - displays a one- or two-factor [[Effects_Plot|effects plot]].


[[Image:DOE_Toolbar.png]]
[[Image:DOE_Toolbar.png]]

Revision as of 16:25, 9 November 2011

The following gives a general outline for analyzing Design of Experiments results with MLR, ANOVA, and Effects Plots.

Create Design

First create and save your DOE Dataset using the Experiment Designer or doegen function. You can also create a run sheet for your results from Experiment Designer or the command line doerunsheet function.

Load DOE into Analysis

The DOE Dataset can be loaded into the Analysis window for MLR and ANOVA analysis directly from Experiment Designer using the toolbar button, or you can manually load it from another location such as the base workspace or a file. When a DOE DataSet is loaded into Analysis and MLR is selected as the analysis method, several toolbar buttons specific to DOE will become visible (but not necessarily enabled).

Add Response (Y-Block) Data

Once a DOE Dataset is loaded as an X-Block, a toolbar button for creating a Response Y-Block DataSet will be enabled. Clicking the button will create a Y-Block DataSet of the correct size (but with all NaN values) and open that DataSet in the DataSet Editor (DSE). The actual response values can be entered via the DSE "Data" tab.

DOE yblock toolbar.png

Calculate Model

Once Response data has been entered, calculate the MLR model by clicking on the gears toolbar button.

By default, all DOE factors and calculated interaction terms (columns of the X-Block) are included in the analysis. Individual factors or interactions can be removed from the analysis by editing the X-Block (double-click the "X" in the Analysis window to open the DataSet in the DSE) and un-checking the "Include" flags in the "Column Labels" tab of the DSE for any factor or interaction term to exclude from the analysis. The model will have to be re-calculated after any change of inclusions.

Review Results

After a model is created, the toolbar will be updated with DOE specific buttons for exploring the significance of each factor or interaction term on the response variable:

  • View ANOVA Table - displays a standard ANOVA results table.
  • Open Half-Norm plot - displays a Half-Norm Plot.
  • Open DOE Effects Plot - displays a one- or two-factor effects plot.

DOE Toolbar.png