Individual Growth

Alaskan Slimy Sculpin

Fit a von Bertalanffy growth function to age-length data of Slimy Sculpins from Alaska.
Exercise
Growth
von Bertalanffy
Sculpin
Author

Derek H. Ogle

Published

Mar 8, 2019

Modified

Jan 1, 2023

Background

The total length (mm) and otolith age of Slimy Sculpin (Cottus cognatus) captured in the Arctic Long-Term Ecological Research area were recorded in SculpinALTER.1

  • 1 See “CSV file” link in “Source” section of linked page.

  •  

    Fit Traditional VBGF

    1. Examine the plot of TL versus age. Make observations regarding the “shape” of the data (do the results look linear or like a von Bertalanffy growth curve, is there an obvious asymptote, are young fish well represented, how variable are lengths within ages).
    2. Fit the typical parameterization of the von Bertalanffy growth function (VBGF).
      1. How realistic do the point estimates of \(L_{\infty}\), \(K\), and \(t_{0}\) seem?
      2. Write the typical VBGF with parameters replaced by their estimated values.
      3. Carefully interpret the meaning of each parameter.
      4. Construct 95% bootstrapped confidence intervals for each parameter. Comment on the widths of these confidence intervals. What explains this?
      5. Predict the mean TL, with 95% confidence interval, for an age-3 fish. Comment on the width of this confidence interval. What explains this?
      6. Plot TL versus age and superimpose the best-fit VBGF.2 Comment on model fit.
      7. Construct a residual plot. Comment on model fit.
      8. Compute the correlation between parameter values. Comment.
  • 2 This post may be useful.

  •  

    Alternative Parameterization

    1. Fit the von Bertalanffy’s original parameterization.3
      1. Interpret the interval estimate for the \(L_{0}\) parameter.
      2. Write the VBGF with parameters replaced by their estimated values.
      3. Construct 95% bootstrapped confidence intervals for each parameter. Comment on the widths of these confidence intervals. What explains this?
      4. Predict the mean TL, with 95% confidence interval, for an age-d fish. Comment on the width of this confidence interval. What explains this?
      5. Plot TL versus age and superimpose the best-fit VBGF. Comment on model fit.
      6. Compute the correlation between parameter values. Comment
      7. How does the estimate of \(L_{\infty}\) and \(K\) from fitting this parameterization compare to that from the typical VBGF fit above. Explain your observation.
  • 3 See growthFunShow("vonBertalanffy",param="original",plot=TRUE)) and this.

  •  

    Solution Code:

    Available upon request to students not in a class. Contact fishR maintainers.