1. The Statistical Landscape
We use statistics to describe variation, quantify uncertainty, compare groups, assess relationships, and build models that link observed patterns to underlying processes. We do this to explain natural phenomena.1 In biology and ecology, statistical thinking should begin at the moment you ask a question. It shapes how you design a study, what data you collect, and how you interpret the results. The addage “rubbish in, rubbish out” applies here too. A rubbish experiment or sampling design will give you a rubbish interpretation of biological phenomena.
1 It is physicist David Deutsch’s opinion that the primary purpose of science is to offer explanations for how things are.
Answering questions about the natural world using the scientific method requires that we draw on many years of accumulated knowledge and experience. A scientific workflow practised by most biologists unpacks into roughly the following sequence:
Observe a pattern or phenomenon. Look around you at the world. Be curious about it. Ask questions to figure out an explanation for the pattern or phenomenon that tickled your interest. Children do this naturally and sadly this curiosity is often lost as we grow older. Maybe were are unfortunate to have parents that don’t encourage questions. Or school education is sufficiently soul-destroying, and the creative, questioning mindset is discouraged. But, as a scientist, you need to keep this curiosity alive. Scientists have the privilege of being paid to be curious, to ask questions, to encounter things which we cannot explain, and to find answers. To always occupy a position of uncertainty. This is a wonderful thing, and it is a privilege that should not be squandered.
Questions and hypotheses. Create an unambiguous statement of the question you want to answer, think about what is causing the pattern or phenomenon you observed, and consider how you might measure the response, the thing you observed initially. This leads to the first formal step in the scientific method; that is, the formulation of a hypothesis. A hypothesis is not a question. It is an unambiguous statement that can be disproved (in the frequentist view), or for which we can amass evidence in support of prior beliefs (the Bayesian interpretation of probability). The philosopher Sir Karl Popper argued that the key feature of a scientific hypothesis is its falsifiability, the capacity for it to be empirically tested and potentially refuted. For Popper, the progress of science depended not on the accumulation of irrefutable truths but on the iterative process of conjecture and refutation, thus subjecting hypotheses to testing and discarding them when contradicted by evidence. He emphasised the fallibility of scientific knowledge, asserting that no hypothesis can ever be definitively proven true, only provisionally accepted until it is falsified. This provisional nature of all scientific theories is central to scientific practice today. In Popper’s view, the scientist’s superpower lies in their willingness to embrace uncertainty and systematically eliminate errors, not in the infallibility of their conclusions.
Design a study that can produce relevant data. Design an experiment or sampling campaign to collect data that will allow you to test this hypothesis.
Identify the variables and experimental units. Clearly understand what the data you’ll collect will look like, both for the response and the explanatory variables. For example, do you have a categorical or continuous predictor, is the response continuous, binary, ordinal, etc.? For this, you should have a firm grasp of the various kinds of Data Classes and Structures in R.
Consider alternative explanations and potential confounders. Think deeply about any confounding influences that might affect your data, and specify exactly what additional data you will have to collect to isolate the hypothesised influence in your analysis. You need to fully understand all the ways that factors not considered in your hypothesis might affect your study’s outcome. Omissions cannot be rectified after the fact without repeating the entire experiment or sampling work. It requires knowledge and experience to avoid confounding influences ruining your work.
Select an analysis that matches the design and data structure. Depending on your experiment’s design (3) and the nature of the data you’ll obtain (3, 4), choose the appropriate statistical methods to analyse them. You should be able to develop a good idea of what statistical methods you’ll use, even before the experiment has been done! Decide on the parametric test, or, should the statistical god with the die not provide an outcome that favours your expectations, you can also decide upfront on a non-parametric equivalent. It is important not to decide on the statistical method after you’ve collected the data. This is called p-hacking, and it is almost a cardinal sin in science.
Do the experiment or go out into the world to sample, and collect the data. Have fun. This is why we do science, afterall!
Go have a few drinks after a hard day’s work and celebrate your success.
Analyse your newly-collected data. This will include explaratory data analyses (see Exploring With Summaries and Descriptions and Exploring With Figures), and then the application of the statistical methods you chose in step 6.
Communicate your results. Your science will be pointless unless you communicate your findings and explanations to an audience. The first step in that process is to develop the necessary in tables and figures for inclusion in your manuscript.
So, what is clear is that the analysis does not start at the end. It begins at the design stage. If the design does not align with the question, the analysis will struggle to produce meaningful conclusions.
This textbook deals with many of these steps. Much of this knowledge is codified in the form of the statistical method, which provides a systematic framework for collecting,2 analysing, interpreting, and presenting data. In this chapter, I will introduce the foundational concepts of inferential statistics, which allow you to make inferences about populations based on sample data.
2 Yes, statistics also informs us about how to collect data.
You will encounter a whole list of statistical tests with seemingly arcane names. The emphasis here is not on memorising these named tests (although, eventually you’ll get to know them). Instead, the goal is that you understand how different methods fit into a broader statistical analysis framework and how to choose among them in a principled way.
A researcher notices that bird nestlings in urban parks weigh less than those in rural landscapes. Working in pairs, sketch the full sequence of steps (from initial observation to final communication) that would constitute a defensible investigation of this finding. For each step, write one decision that, if made incorrectly, could undermine the whole analysis. How many steps did you identify? Compare your sequence with another pair.
Choose a research question you find interesting. Write down one clear research question about it. For that question, identify: (1) the response variable (what you would measure), (2) the predictor(s) (what you would manipulate or observe), and (3) whether each variable is continuous, discrete, or categorical. Compare your question with the person sitting next to you — do you agree on the variable types?
1 Important Concepts
A small number of ideas recur throughout the module:
- Statistical reasoning links the question, the nature of the study system, the data, and the model.
- Inference depends on how well the design, analysis, and interpretation align.
- Models provide structured descriptions of how a response varies with predictors.
- Explanation and prediction serve different goals and should be treated separately.
- Assumptions are part of the analysis and must be examined explicitly.
These ideas will reappear in different contexts.
Look at the five key concepts listed above. For each one, write a single sentence giving a concrete example from biology or ecology (real or plausible). For instance, what does it mean in practice for a model to provide a “structured description of how a response varies with predictors”? What does it look like when assumptions are “examined explicitly”? You do not need to use R — just think through what each concept means in the context of real data.
2 Core Principles
The following practical rules guide analysis across all chapters:
- Start with a clear biological question before choosing a method.
- Understand how the data were generated and what the experimental units represent.
- Choose a model that reflects the process you aim to explain.
- Check assumptions directly and treat deviations as informative.
- Decide whether your goal is explanation or prediction before interpreting results.
These rules help you avoid treating statistical methods as isolated tools and instead use them as part of a coherent series of analytical decisions.
3 Core Skills
By the end of this module, you should be able to:
- summarise and visualise biological data in a way that reveals structure and variability;
- select appropriate statistical methods for common biological questions;
- fit and interpret linear and generalised models;
- evaluate model assumptions and explain how violations affect inference;
- integrate analysis into a reproducible workflow;
- communicate methods and results clearly.
These skills are cumulative and each chapter adds a layer. Your goal is to develop your understanding into a consistent way of thinking about your data, your models, and your biological questions. You should be able to put what you learned into action, and you will be assessed in the capstone module and in the research project (and BCB744-specific assessments too, of course).
Rate your current confidence in each of the six core skills listed above on a scale from 1 (cannot do at all) to 5 (fully confident). Be honest — this is for your own reference. Write the date next to your ratings. At the end of the module, revisit this list and re-rate yourself. What changed? Which skills improved the most?
4 Section Structure
If you are new to statistics, follow the parts in order. If you have prior training, you may use early chapters as review before focusing on inference and modelling. The material is organised into five parts with each addressing a different type or stage of statistical application:
4.1 Part I. Foundations
These are the fundamental concepts of data description, variation, and uncertainty:
4.2 Part II. Inference
The formal inference tests for comparing groups and assessing associations is introduced:
4.3 Part III. Modelling
This part is about models that explain variation or to predict from our data:
4.4 Part IV. Extensions
Here I address non-independence, flexible model structures, and extended modelling frameworks — these are beyond the basic toolkit:
4.5 Part V. Reproducibility
Statistical analysis ties to transparent and repeatable scientific workflows (a part of reproducible research), which is discussed here:
5 Assessment and Practice
Use the assessment materials alongside the chapter sequence:
5.1 Biostatistics Self-Assessment
Use this to check conceptual understanding after completing each major block.
5.2 Biostatistics Example 1
Use this to practise integrated analysis and interpretation across multiple concepts.
Consistent practice and reflection are essential for developing reliable statistical judgement.
Reuse
Citation
@online{smit2026,
author = {Smit, A. J. and J. Smit, A.},
title = {1. {The} {Statistical} {Landscape}},
date = {2026-04-05},
url = {https://tangledbank.netlify.app/BCB744/basic_stats/01-statistical-landscape.html},
langid = {en}
}
