synCPUE dataset

Synthetical catch per unit of effort (CPUE) dataset

Synthetical catch per unit of effort (CPUE) dataset

Synthetical CPUE dataset from Exercise 4.3 in Sparre & Venema (1999). Can be used to estimate the instantaneous total mortality rate (Z) by means of the function Z_CPUE. data

Format

A dataframe consisting of following columns:

  • cohort: name of cohort, e.g. 1982 S, meaning summer cohort of 1982,
  • age: age of cohorts,
  • CPUE: catch per unit of effort of cohorts.

Source

Sparre, P., Venema, S.C., 1999. Introduction to tropical fish stock assessment. Part 2. Excercises. FAO Fisheries Technical Paper, (306.2, Rev. 2). 94 p.

data(synCPUE)

Examples

data(synCPUE) head(synCPUE) str(synCPUE)
  • Maintainer: Tobias K. Mildenberger
  • License: GPL-3
  • Last published: 2024-10-31

About the dataset

  • Number of rows: 6
  • Number of columns: 3
  • Class: data.frame

Column names and types

  • cohort:factor
  • age:numeric
  • CPUE:numeric