Design of Experiments (DOE): Template, 2 Worked Examples, and Practical Checklist
A practical DOE guide for operations teams: a reusable experiment run template, a fully worked 2-factor full factorial example (with simple analysis checklist and interpretation), fractional factorial screening guidance with a worked 2^3-1 example and aliasing notes, and a short response-surface primer for follow-up optimization.
Why this guide exists
Use structured experiments and simple statistics to learn how factors affect a process with far fewer trials than blind or one-factor-at-a-time tests. This guide gives a compact, usable DOE template, two worked examples (a full 2-factor factorial and a fractional screening design), an interpretation checklist for operations teams, and practical notes on when to move to response-surface methods.
When to use DOE
- Multiple inputs may jointly affect an important outcome and interactions are plausible.
- You want to find the few most important factors quickly (screening) or tune settings for optimization.
- Resources (time, samples) are limited and you need efficient learning.
Quick DOE checklist (operational)
- Define objective and metric (the response) in measurable terms (e.g., percent yield, cycle time in seconds).
- List potential factors and realistic low/high settings. Keep factors controllable and safe.
- Choose a design: factorial (screening or interaction discovery) or fractional factorial (fewer runs), then consider RSM for optimization.
- Plan randomization and blocks to reduce bias from time or equipment.
- Decide replication and center points to estimate variability and curvature.
- Run experiments, capture raw data and run order, and record any anomalies.
- Compute simple effects, check residuals, and interpret practical significance (not just p-values).
- Plan next experiments based on learned effects: eliminate irrelevant factors, explore interactions, or move to RSM.
Experiment run template (copy & use)
Capture these fields for every run:
- Experiment ID
- Run number (planned sequence)
- Randomized order
- Factor settings (names and numeric values / labels)
- Response measurement(s) (raw)
- Operator, machine/line ID
- Notes: anomalies, environmental conditions, material lot
Worked example 1 — 2-factor full factorial (2^2)
Scenario: Two factors, A and B, each at two settings (low = -1, high = +1). Response is a measurable output (e.g., yield).
Planned runs (standard coded matrix)
| Run | A | B |
|---|---|---|
| 1 | -1 | -1 |
| 2 | +1 | -1 |
| 3 | -1 | +1 |
| 4 | +1 | +1 |
Observed data (example)
| Run | A | B | Response |
|---|---|---|---|
| 1 | -1 | -1 | 10 |
| 2 | +1 | -1 | 14 |
| 3 | -1 | +1 | 12 |
| 4 | +1 | +1 | 20 |
Quick manual analysis (recommended for operations teams)
Compute main effects and the interaction using simple averages. For factor A:
Sum at A+ = runs 2 and 4 = 14 + 20 = 34. Sum at A- = runs 1 and 3 = 10 + 12 = 22. Effect of A = (Sum at A+ − Sum at A-) / 2 = (34 − 22)/2 = 6.
Effect of B: Sum at B+ = runs 3 and 4 = 12 + 20 = 32; Sum at B- = runs 1 and 2 = 10 + 14 = 24; Effect B = (32 − 24)/2 = 4.
Interaction AB = [(run1 + run4) − (run2 + run3)] / 2 = (10 + 20 − 14 − 12)/2 = 4/2 = 2.
Interpretation
- Factor A has the largest effect (6 units): changing A from low to high increases the response substantially.
- Factor B has a moderate effect (4 units).
- An interaction (2 units) is present: the effect of A depends somewhat on the level of B. Visualize with an interaction plot.
- Next steps: confirm with a replicate or run center points to test for curvature; if confirmed, explore A and B with finer-level experiments or an RSM design.
Worked example 2 — Fractional factorial screening (2^3-1)
Scenario: Three candidate factors A, B, C but runs are limited. Use a half-fraction (4 runs) with generator C = A*B. This sacrifices clear separation of some interactions but cuts runs in half for rapid screening.
Design matrix (generator C = AB)
| Run | A | B | C = AB |
|---|---|---|---|
| 1 | -1 | -1 | +1 |
| 2 | +1 | -1 | -1 |
| 3 | -1 | +1 | -1 |
| 4 | +1 | +1 | +1 |
Key caution — aliasing
Because of the generator, certain effects are aliased (confounded). In this design:
- Effect C is aliased with AB (C = AB). That means an apparent effect could be from C or from the AB interaction.
- This design is excellent for screening: it finds which factor groups are worth further study, but follow-up experiments are required to resolve aliases.
Practical use
- If a run shows a strong effect in an aliased column, plan confirmatory experiments (full factorial on the implicated factors) to separate main effects from interactions.
- Use fractional designs when you must conserve runs but plan for a second phase to de-alias important signals.
Response-surface methods (short primer)
When factors that matter are identified and you want to find the optimal continuous settings, move to a response-surface design such as a central composite design (CCD) or Box-Behnken. These add center points and axial points to estimate curvature and identify an optimum. Typical workflow:
- Screen (fractional or full factorial) to find important factors.
- Use CCD or Box-Behnken on the important factors to model curvature and find a local optimum.
- Validate the suggested optimum with confirmatory runs and robustness checks.
Common pitfalls and how to avoid them
- Forget to randomize: run order effects (drift) can bias results — randomize or incorporate blocks.
- No replication or center points: you can’t estimate pure error or curvature without them.
- Unsafe or unrealistic factor levels: always verify industrial feasibility and safety before running.
- Overinterpreting small effects: focus on practical significance and process capability, not only p-values.
- Misapplied statistics: involve an experienced engineer/statistician when designs become complex.
Practical tips for operations teams
- Keep DOE simple and concrete. Start with 2–6 factors where possible for initial experiments.
- Document everything: raw runs, run order, operators, and anomalies are often why a result looks strange later.
- Use visual aids: main-effects plots, interaction plots, and simple bar charts make results easy to share with operators.
- Translate effects into business terms: e.g., raising temperature by X increases yield by Y% or changes cycle time by Z seconds.
Where this template helps next
After screening and confirmation you can create a short RSM guide, an interactive experiment-run form that captures data and computes effects automatically, or a DOE dashboard that tracks experiments over time.
References & next steps
Suggested next items to add to your toolkit: a fillable experiment log (interactive), a simple effect-calculation spreadsheet or script, and a short training exercise where operators run a small 2^2 experiment to learn the workflow.
Discussion
Comments and conversation will live here.