Experimental Design
1.The Three Core Principles of Experimental Design
1 Introduction
Welcome to the first post of what will probably be a five-part series (don’t hold me to that) on experimental design principles and ideas, with a particular emphasis on clinical trials. While much of the research work conducted in our unit is observational in nature, some of it is also experimental. When people hear “experimental design”, they often think of lab coats and tightly controlled laboratory settings. But the core ideas apply far beyond that — including clinical trials, field experiments, and even - to some extent - the way we interpret observational data.
Even if you never design a study yourself, understanding experimental design can help you to:
Recognise what questions the data can and cannot answer;
Identify potential sources of bias;
Judge whether causal claims are justified; and,
Make better recommendations for future studies.
2 The Three Principles of Experimental Design
At the heart of experimental design are three foundational principles:
Randomisation
Replication
Reduction of Variability
These are sometimes called the “three R’s” of experimental design - a phrase that was first coined by Sir Ronald Fisher in an attempt to ensure that experiments produce valid, reliable and unbiased results.
OK, let’s walk through each one using a simple example, and then connect them back to their implications for a real-world analysis.
3 Let’s Design an Experiment
Suppose a researcher wants to compare two different six-month swim training programs to see which leads to faster 50 metre freestyle times. Participants are assigned to one of the two programs, and their lap time is measured at the end of training.
This is a classic two-group experiment - in this case we are interested in the group mean lap times at the end of the training program. So now let’s examine how the three principles apply.
3.1 Randomisation: The Foundation of Causal Inference
Randomisation means assigning participants to experimental/treatment (or training) groups using a random mechanism. And this is NOT just a procedural detail — at the end of the day it is what makes causal inference possible. The reason is that if assignment is truly random, then (in expectation) we can say that training groups are comparable on both:
Measured variables (e.g., age, sex, baseline fitness), and,
Unmeasured variables (e.g., motivation, genetics, sleep quality).
it is this comparability that ensures that the only systematic difference between groups is the training program itself. In other words we can begin to confidently assert that training is causal to the lap time.
What happens without randomisation?
Imagine the researcher assigns men to Program A and women to Program B. If the lap times differ, we would have no way of knowing whether the difference was due to the training program, sex differences, or some other factor correlated with sex.
This is confounding - and once it’s built into the design, no amount of statistical modelling can fully rescue the causal interpretation.
Randomisation protects against both known and unknown confounders. That’s why it is considered the gold standard in experimental research and especially in clinical trials.
3.2 Replication: Protecting Against Being Misled by Chance
Replication refers to having multiple independent experimental units in each group. In our training example, that means having more than one participant per program. Because if we compared only one person in each group, any difference in lap time could easily reflect individual variability rather than the training effect.
Having adequate replication (i.e. a large enough sample size) serves two critical purposes in good experimental design: It allows us to estimate variability and it increases statistical power - the ability to detect real differences. From a statistical perspective, replication is what makes inference possible. Without it, we cannot separate signal from noise.
Determining the appropriate level of replication is not arbitrary. It depends on:
The expected effect size;
The variability of the outcome; and,
The acceptable Type I and Type II error rates.
And of course this is where we get into the realm of sample size calculations (but that’s a blog post for another day).
3.3 Reduction of Variability: Increasing Precision
Even with randomisation and replication, excessive variability across subjects makes it harder to detect treatment effects. So when we talk about “reduction of variability” we are referring to design or analytical strategies that improve precision by controlling or accounting for systematic differences among participants. And there are several ways to do this:
3.3.1 Restriction
Using restriction we simply limit the study population to a more homogeneous group. For example, we might decide to only include male participants. While this reduces outcome variability, it also limits generalisability, because now we are only able to make inferences about males and not females.
3.3.2 Covariate Adjustment
We are all familiar covariate adjustment. It’s probably important to point out that in contrast to both restriction and blocking which are approaches to variability reduction that are employed at the design phase of an experiment, covariate adjustment happens at the other end - the analysis phase. Here we measure relevant baseline variables (e.g., age, sex, baseline fitness, etc) and include them in the analysis model, to help reduce residual variance and increase estimate precision.
3.3.3 Blocking (or Stratification)
Blocking involves grouping similar participants and randomising within those groups. For example, if sex is expected to influence swim lap time, the researcher could stratify participants by sex and then randomise training program within each stratum. This ensures that both training programs contain similar numbers of men and women. By balancing an important prognostic factor at the design stage, we reduce variability and increase precision without sacrificing the benefits of randomisation.
4 How These Principles Work Together
It is important to bear in mind that these Three Principles of Experimental Design are not independent — they reinforce each other.
Randomisation protects against bias.
Replication protects against random error.
Reduction of variability improves efficiency.
In good experimental design we want to have thought about each of these factors and tried to incorporate them in our study plan. If we ignore any one of them, the strength of our design deteriorates:
No randomisation → biased causal claims
No replication → no statistical inference
No variance control → imprecise, underpowered results
Advanced designs (cross-over trials, factorial designs, cluster-randomised trials, adaptive designs) are essentially creative ways of applying these same three ideas under more complex conditions.
5 What This Means for Analysts
Even if you are “just analysing the data”, you should always ask:
- How was randomisation implemented?
Was allocation concealed?
Was it simple randomisation, blocked, stratified?
Were there protocol deviations?
This determines whether causal conclusions are justified.
- Was there sufficient replication?
What is the effective sample size?
Are there imbalances across groups?
Was the study powered appropriately?
This determines whether null findings reflect truth - or simply low power.
- Was variability appropriately addressed?
Were important baseline covariates measured?
Were blocking factors incorporated in the analysis?
Is unexplained heterogeneity inflating standard errors?
This determines how efficient and precise the estimates will be.
6 A Final Thought
Good experimental design is not about complexity - it’s about improving clarity. The three principles that I’ve discussed today are deceptively simple, yet nearly every major design innovation in statistics is an extension or refinement of one of them. Understanding these ideas will not only make you a better designer of studies; but a more critical reader of research; and a more thoughtful data analyst.
And even when you’re working with observational data, these principles provide a benchmark: What would this study look like if it had been properly randomised, replicated, and variance-controlled?
That question alone could transform how you interpret the results.
I hope you got something statistical out of this - till next time!