These exercises are intended to get you familiar with the concepts underlying the various statistical approaches we introduced in the book and build your skills in taking a design, interrogating the data, and drawing some conclusions.
You won’t find standard revisionary questions, such as “What are the assumptions underlying x?”, or “Why would you use method x over method y?”. These exercises will build your understanding of model structure, assessing assumptions, making decisions about how models fit and how to describe effects, but we think it better when you need to answer these questions while looking at data used to answer biological questions.
You will find more of the kinds of worked examples we used throughout the book - real world data analysis situations, taken from published papers. We’ll give you a bit of context for the data, and then ask you a series of questions that will result in your translating the question to a statistical model, identifying the best way to fit that model, assessing assumptions, and describing the patterns that you infer from the data analysis.
For these data sets,
We’ve not provided the code for these exercises, other than to help you with getting hold of the data. The code you’ll want will depend on the solutions you identify. However,…
The worked examples provide a “bank” of code for particular tasks, and you may well have identified ways to improve or streamline that code
Instructors have access to suggested solutions to the exercises, which include the code. If you’re working through these exercises in a way linked to a class, ask your instructor about code and solutions. We’ve run those solutions in R 4.3.1.
We’ve often kept a bit of code, particularly when opening a file we’ve produced locally or to tidy up a data set, and we’ll show you the first few lines of the file as an illustration.
Chapter 1. Relax and enjoy the scenery. This chapter sets the scene for the rest.
Chapter 2. This chapter is revisionary, and we’d use exams to check students’ understanding. We tend to make these questions a gentle start to the inquisition.
Chapter 3. This chapter covers some basic design principles, which we pick up in some other exercises and assessment exercises.
Chapter 14. This chapter introduces multivariate analyses, which are expanded in the following two chapters.