I — Datum
Design of Experiments
An experiment is a plan before it is a dataset. The runs are what cost money, and they are made once — so the design, the order they are run in, and the effect the study is powered to resolve are all decided before the first part is made, and are worth recording as decisions rather than reconstructing afterwards.
II — What Runs Today
This table is generated from the analysis catalog when the page is requested, so it cannot drift from the product. The right-hand column says which surface runs a method: the bench issues a design and takes the numbers back later, and the workbench runs the three that need only a dataset you already have.
| Method | What it does | Runs on |
|---|---|---|
| Full Factorial | Every combination of 2-level factors, optional center points | bench |
| Fractional Factorial | 2^(k−p) screening design that states its confounding | bench |
| Plackett-Burman | Run-efficient main-effects screening | bench |
| Definitive Screening | Three-level screening; main effects clear of two-way interactions | bench |
| Central Composite | Response-surface design with axial and center points | bench |
| Optimal (D/I) | The best design a run budget allows, when the budget is not a catalog size | bench |
| Optimize | The setting the fitted model expects to be best, over the region explored | bench |
| Predict | What the fitted model expects at a setting, with its interval | bench |
| Design Power | Per-term power for a design, before it is run | bench |
| Detectable Effect | The smallest effect this design could resolve at a stated power | bench |
| Optimize (multi-response) | The settings that best satisfy several responses at once, each with its own goal | bench |
| Box-Behnken | Three-level response surface without corner runs | bench |
| Taguchi Array | Orthogonal-array run sheet (2-level); analyze responses with Model Fit | bench |
| Model Fit | Fit a main-effects, interaction, or quadratic model to experiment results | workbench |
| Split-Plot Fit | Two-stratum ANOVA for hard-to-change factors — whole plots earn their own error term | workbench |
| Split-Plot Fit (unbalanced, REML) | Restricted maximum likelihood for split-plots that did not come out balanced — unequal whole plots, missing runs | workbench |
13 on the bench, 3 in the workbench picker.
III — Where This Is Unusual
Most packages treat a design as a worksheet you generate and then own. Two things here are not the norm.
The design is issued, not generated. A run sheet leaves the bench as a document with a fixed run order and a recorded custody, because the randomization is the defense against drift and it only defends anything if the floor works the order it was given. Changing the design under an issued sheet is refused rather than merged.
Responses are keyed by standard order. The sheet is worked in run order and the responses are recorded against the run they belong to, so the fit reads them back by standard order without anyone re-sorting a spreadsheet. Section IV explains why that is the part worth getting right.
IV — Where DOE Studies Go Wrong
Four failure modes, all of which produce a result that looks complete.
Standard order against run order. A design is generated in standard order and run in a randomized order. If the responses are read back in sheet order without being re-keyed, every value is attributed to the wrong set of factor levels. The worksheet is fully populated, the fit converges, the effects are wrong, and nothing about the output looks unusual.
An unreplicated design has no error term. With every degree of freedom spent on effects there is no residual to test against. The half-normal plot with Lenth's margin is the selection procedure in that case, not a picture of one — which is why it is drawn rather than described.
Aliasing read after the fact. Resolution is a property of the design, decided when it is chosen. A resolution III screen confounds main effects with two-factor interactions, so a large effect is two candidate explanations rather than one, and no amount of care in the running recovers the difference.
A plane fitted to a curve. A two-level factorial can only fit a plane. Center points are how curvature is detected before a response surface is fitted to data that never had the runs to support one.
V — Boundaries
VI — Where It Sits
The DOE bench is part of the paid bench alongside SPC, capability, measurement system analysis and reliability — see pricing for what each tier carries. Measurement system analysis is the study worth running first: an experiment resolves effects against measurement noise, so a gauge that cannot tell two parts apart sets the floor on what any design can detect. That bench is documented here.