Standardising catch per unit effort (CPUE) using generalised linear models

Author

Egle Jakubavičiūtė and Asta Audzijonyte

Introduction

Before proceeding with CPUE standardisation, first make sure you carefully assess and explore your data. We have prepared the courses and scripts for data exploration, which you can find on our CPUE standardisation course webpage.

One commonly used approach for CPUE data standardisation applies generalized linear models (GLM). Here we model all variables that could impact our catches and extract annual deviations and their uncertainty. From this we can plot a standardized time series of population abundance.

In this set of slides you will find main points about GLM based CPUE standardisation.

For examples on how this method has been applied to other stocks, see references here and here

Model code

We have developed GLM based models for CPUE standardisation of five fish species in the Curonian Lagoon and Kaunas Water reservoir (Lithuania). To use our models you first need to convert your dataset into a format where each row corresponds to a unique entry indicating all catches per gear, mesh size, length, season, fishing trip or other variables you want to include in the model. You can use this code to covert your data table into a suitable format.

To apply our GLM based standardisation model you can use this code where you will apply generalized linear models with Tweedie distribution and assess important predictor variables. Once you extract annual residuals and associated uncertainty you can plot the time series, as in the image below. To look at the model code and outputs without having to run the code, you can click here.

Application of the model

To learn more about the application of this CPUE standardisation model to Kaunas Water Reservoir fish populations, you can read our publication in journal Fishes.

You can also watch this conference talk to learn more about this analysis.

Once you conduct your CPUE standardisation, you can use the standardised values in surplus production models, as explained on this website.