CovaSyn
All Articles
Explainer8 min readJuly 15, 2026

Definitive Screening Design: A Real 13-Run Example

What a definitive screening design is, shown with a real 13-run DSD for 6 factors generated by CovaDOE, plus power numbers and the interaction aliasing.

OK

Oliver Kraft

CovaSyn

Definitive Screening Design: A Real 13-Run Example

You have six process factors and a budget for maybe fifteen experiments. A two-level fractional factorial fits the budget but tells you nothing about curvature, so if the optimum sits inside your range you will walk straight past it. A full factorial answers everything and costs 67 runs. The definitive screening design (DSD) is the compromise most process chemists should be reaching for, and this article shows a real one, run by run.

Every number below is output from the CovaDOE MCP tools (covadoe_create_design, covadoe_compare_designs, covadoe_power_analysis, covadoe_augment_design), regenerated live on 2026-07-15. Nothing is illustrative.

What a definitive screening design actually is

A DSD is a three-level design with 2m + 1 runs for m continuous factors. For six factors that is 13 runs. Its structure, from Jones and Nachtsheim (2011, Journal of Quality Technology 43(1)), gives it three properties a two-level screen cannot have:

  • Each factor is set at its low, centre and high level, so a quadratic (curvature) term is estimable for every factor.
  • Main effects are not aliased with two-factor interactions and not aliased with any quadratic term.
  • The runs come in mirror-image pairs, plus one all-centre run.

That last point is the easiest way to recognise a DSD by eye. Run 1 and run 7 below are exact fold-overs of each other, run 2 and run 8, and so on. The fold-over pairing is what clears the main effects.

The example: a Suzuki-type coupling, six factors

Factors and ranges handed to covadoe_create_design with design_type="definitive_screening":

FactorCodeLowCentreHigh
Temperature (C)Temp6080100
Catalyst loading (mol%)Cat0.51.52.5
Base (equiv)Base1.02.03.0
Water fraction (%)H2O01020
Time (h)Time2712
ArB (equiv)ArB1.01.31.6

The tool returned 13 runs. Coded matrix, verbatim from the coded_runs field:

RunTempCatBaseH2OTimeArB
10+1+1+1+1+1
2+10+1-1-1+1
3+1+10+1-1-1
4+1-1+10+1-1
5+1-1-1+10+1
6+1+1-1-1+10
70-1-1-1-1-1
8-10-1+1+1-1
9-1-10-1+1+1
10-1+1-10-1+1
11-1+1+1-10-1
12-1-1+1+1-10
13000000

Three things to read off it:

1. Every factor has exactly one 0 in the first twelve runs. Run 1 sets Temp to centre, run 2 sets Cat to centre, and so on down the diagonal. That is where the curvature information comes from. 2. Runs 1 to 6 mirror runs 7 to 12. Flip every sign in run 3 and you get run 9. 3. Run 13 is the all-centre point. In real units that is 80 C, 1.5 mol% catalyst, 2.0 equiv base, 10% water, 7 h, 1.3 equiv ArB. It does double duty: a pure-error anchor and a curvature check.

Why a two-level screen cannot do this

A two-level design only ever visits the corners of the factor space. Every response it sees is fit by a plane. If yield peaks at 85 C and falls off at both 60 C and 100 C, a two-level design records "temperature has no effect" because the two corner means are identical. That is the failure mode a DSD is built to remove.

Here is covadoe_compare_designs ranking six candidates for the same six factors with goal="screening":

DesignRunsD-efficiencyEstimated powerResolution (tool label)Score
D-optimal190.98980.9788VI0.9526
Definitive screening130.79860.8495VI0.8684
Full factorial 2^6 (+ centres)670.96151.0000Full0.8544
Fractional factorial110.76110.7016III0.8168
Latin hypercube200.38000.9847VI0.7694
Plackett-Burman81.00000.1757III0.7367

The DSD gets a 0.8495 estimated power at 13 runs against 1.0 at 67. You give up some power and buy back 54 experiments. The Plackett-Burman line is the honest counterpoint: D-efficiency 1.0 looks perfect, but at 8 runs the estimated power is 0.1757, so it is efficient at estimating almost nothing.

Caveat on that table: the tool ranked D-optimal first, not the DSD. If you can afford 19 runs and you have a specific model in mind, take the D-optimal design. The DSD wins on runs-per-unit-information, which is usually the constraint that actually bites.

Power: check it before you run anything

covadoe_power_analysis with n_runs=13, n_terms=7, alpha=0.05:

True effect sizePowerNoncentrality
0.5 sigma0.3113.25
1.0 sigma0.81913.00

Error degrees of freedom: 5. That is the number that should make you pause. Thirteen runs minus a seven-term model leaves five df for error, and a half-sigma effect is detected 31% of the time. If your factor ranges are narrow relative to your assay noise, a 13-run DSD will return "nothing significant" and you will have learned very little. Widen the ranges or accept that you are only looking for large effects.

The honest limit: two-factor interactions

This is the part vendors skip. Thirteen runs give 12 degrees of freedom after the intercept. A full quadratic model in six factors has 27 terms (6 main + 15 two-factor interactions + 6 quadratic). You cannot fit 27 terms with 12 df, and no design of 13 runs ever will.

covadoe_compare_designs reports this directly in its estimable field:

  • DSD, 13 runs: linear 6, interaction 12, quadratic 12
  • Full factorial, 67 runs: linear 6, interaction 21, quadratic 27
Grouped bar chart of estimable terms in a definitive screening design: 13 runs give 6 linear, 12 interaction and 12 quadratic terms, against 6, 21 and 27 for the 67-run full factorial.
The 13-run DSD estimates all six main effects and all six quadratic terms, but its two-factor interactions remain correlated with each other. Treat any interaction as a hypothesis. Source: Estimable-term counts from the estimable field of covadoe_compare_designs for the six-factor designs in this article.

So what the DSD actually delivers is: all six main effects clear of two-factor interactions, all six quadratic terms available, and two-factor interactions that are correlated with each other. You can find that an interaction is present. You often cannot say which pair of factors owns it without more runs. Treat any interaction term from a bare DSD as a hypothesis, not a conclusion.

Two further limits worth naming:

  • The "Resolution VI" label in the comparison table is CovaDOE's summary field. DSD aliasing does not map onto the classical fractional-factorial resolution scale, so read it as "main effects are clear of two-factor interactions", not as a literal resolution-VI fractional factorial.
  • Categorical factors. The 2m + 1 construction above is for continuous factors. Categorical factors need the extended DSD construction and change the run count.

Resolving the ambiguity: augment, do not restart

Say the screen flags temperature, catalyst loading and time. covadoe_augment_design with target_type="central_composite" and those three factors returned:

  • 6 axial runs
  • 2 new centre runs (the existing centre point, run 13, was reused)
  • total_new_runs: 8, total_with_existing: 21, alpha: 1.0

Eight new experiments turn the 13 you already ran into a 21-run face-centred central composite design on the three surviving factors. The original 13 runs stay in the model. Note alpha: 1.0 means face-centred, so no factor is pushed outside the range you originally declared safe. That matters when a factor range is bounded by equipment or a safety limit.

Three-step diagram of definitive screening design augmentation: 13 DSD runs plus 8 new runs, 6 axial and 2 centre, give a 21-run face-centred central composite design at alpha 1.0.
Eight new experiments convert the 13-run DSD into a 21-run face-centred CCD on three factors. All 13 original runs stay in the fitted model and alpha 1.0 keeps every run in range. Source: Computed with covadoe_augment_design (target_type=central_composite) on the 13-run DSD described in this article.

When to use a DSD, and when not to

Use one when: you have 4 to 12 continuous factors, you suspect the optimum may be inside the range, and you cannot afford a full factorial.

Do not use one when: you have fewer than 4 factors (just run a face-centred CCD), your factors are mostly categorical, you already know which interactions matter and need them cleanly estimated, or your effects are small relative to noise and you cannot widen the ranges.

Frequently asked questions

How many runs is a definitive screening design?

For m continuous factors, a definitive screening design uses 2m + 1 runs: m mirror-image pairs plus one all-centre run. Six factors give 13 runs, eight factors give 17. Some implementations add extra centre points for a better pure-error estimate. CovaDOE's covadoe_create_design returned exactly 13 runs for the six-factor example in this article.

What is the difference between a definitive screening design and a fractional factorial?

A fractional factorial is two-level, so it fits only planes and cannot detect curvature. A DSD is three-level and estimates a quadratic term for every factor, and its main effects are not aliased with two-factor interactions. For six factors, CovaDOE's covadoe_compare_designs scored the 13-run DSD at 0.8495 estimated power against 0.7016 for an 11-run resolution-III fractional factorial.

Can a definitive screening design estimate two-factor interactions?

Only partially. Thirteen runs give 12 degrees of freedom after the intercept, and a full quadratic model in six factors has 27 terms. Two-factor interactions in a DSD are correlated with each other, so you can detect that an interaction exists but often cannot attribute it to a specific factor pair. Confirm with augmentation runs before drawing conclusions.

Why does a DSD include a centre point?

The all-centre run gives you a curvature check and, when replicated, a pure-error estimate that is independent of your model. In the six-factor example, run 13 sits at 80 C, 1.5 mol% catalyst, 2.0 equiv base, 10% water, 7 h, 1.3 equiv ArB. It is also reused when the design is later augmented to a central composite design, so it is never a wasted run.

Is 13 runs enough to find a real effect?

It depends entirely on effect size relative to noise. covadoe_power_analysis for 13 runs and a 7-term model at alpha 0.05 gives 82% power for a 1-sigma effect but only 31% for a 0.5-sigma effect, with 5 error degrees of freedom. Run the power calculation before the experiments, not after, and widen the factor ranges if the power is low.

How do I go from a DSD to a response surface model?

Augment rather than restart. Feeding the 13-run DSD and three selected factors to covadoe_augment_design with target_type="central_composite" returned 8 additional runs (6 axial, 2 new centre, existing centre reused) for a 21-run face-centred CCD with alpha = 1.0. All 13 original runs remain in the fitted model.

Related reading

CovaDOE is decision support for planning experiments, not a substitute for running them: you can generate and power-check your own design on the free tier at covasyn.com.

Tools for this topic

Use these in your AI agent right away.

  • CovadoeDesign of Experiments, RSM, templates.
Definitive Screening Design: A Real 13-Run Example | CovaSyn