Randomized Complete Block Design (RCBD)
Also known as: RCBD, randomized block design, complete block design, Tesadüf Bloklu Desen (RCBD)
The Randomized Complete Block Design (RCBD) is a parametric experimental design and hypothesis-testing framework that isolates and removes a known source of heterogeneity — called a block — before comparing treatment means. Introduced by Ronald A. Fisher in his 1935 monograph The Design of Experiments, it remains the foundational blocked design in agricultural, clinical, and industrial research.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use the RCBD when you have one treatment factor with two or more levels and one identifiable nuisance source of variability that can be grouped into homogeneous blocks. Each block must receive every treatment exactly once. Four assumptions must hold: residuals within each block are independent and approximately normally distributed, variances are homogeneous across treatment groups, the block-by-treatment interaction is absent or negligible (additivity — check with Tukey's test for nonadditivity), and block membership is determined by the nuisance variable, not by treatment assignment. When the normality or homogeneity assumption fails and samples are small, the Friedman test (the nonparametric equivalent) is more appropriate. With fewer than roughly ten observations per block-treatment cell, power may be insufficient for reliable parametric inference.
Strengths & limitations
- Removes block-level heterogeneity from the error term, substantially increasing the precision of treatment comparisons relative to a completely randomized design.
- Requires no more observations than a completely randomized design with the same number of treatments and total units; the efficiency gain is free.
- Conceptually straightforward and supported by Fisher's foundational theory; implemented in every major statistical platform.
- Well-suited to a wide range of disciplines including agronomy, clinical trials, manufacturing, and educational research.
- Requires that every treatment appears in every block (complete blocks); missing observations break the balanced structure and complicate analysis.
- Assumes no block-by-treatment interaction; when interaction exists, the model underestimates error and inflates the F statistic.
- Error degrees of freedom, (t − 1)(b − 1), can be small when either t or b is small, reducing power.
- Only controls one blocking factor; when two nuisance variables must be removed simultaneously, a Latin square design is needed.
Frequently asked
How is RCBD different from a two-way ANOVA?
Structurally they use the same linear model: response = treatment + block + error. The key conceptual difference is that in the RCBD the block factor is a nuisance variable included only to improve precision, not a factor of scientific interest. No interaction term is estimated because the design assumes additivity. A full two-way ANOVA tests both main effects and their interaction and usually requires multiple observations per cell.
What happens if one observation is missing?
The standard balanced analysis no longer applies exactly. The classical remedy is to estimate the missing value using the Yates missing-value formula, then subtract one degree of freedom from the error. The modern preferred approach is to fit the model with a mixed-effects or general linear model that handles unbalanced data directly.
When should I use the Friedman test instead?
The Friedman test is the nonparametric alternative to the RCBD F test. Switch to Friedman when residuals are clearly non-normal, when your response is ordinal, or when the number of observations per block is very small (fewer than about ten) and the normality assumption is untenable. For large samples, the parametric RCBD is robust to moderate non-normality.
What post-hoc test should I use after a significant RCBD F test?
Tukey's Honestly Significant Difference (HSD) test is the standard choice; it controls the family-wise error rate while comparing all pairs of treatment means. It uses the error mean square and degrees of freedom from the RCBD analysis. Dunnett's test is appropriate when comparing several treatments to a single control.
Sources
- Montgomery, D.C. (2017). Design and Analysis of Experiments (9th ed.). Wiley. ISBN: 978-1-119-32093-7
- Fisher, R.A. (1935). The Design of Experiments. Oliver & Boyd. link ↗
How to cite this page
ScholarGate. (2026, June 1). Randomized Complete Block Design (RCBD). ScholarGate. https://scholargate.app/en/experimental-design/randomized-complete-block
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Completely Randomized DesignExperimental design↔ compare
- Friedman testStatistics↔ compare
- Latin Square DesignExperimental design↔ compare
- One-way ANOVAStatistics↔ compare
- Repeated-measures ANOVAStatistics↔ compare
- Two-Way ANOVAStatistics↔ compare