knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(comlandr)

The SPPVALUE field in the STOCKEFF database is the value of the catch on the date landed. To compare SPPVALUE over time, these values need to be converted to present day dollar amounts. This is achieved using the Implicit Price Deflator of Gross Domestic Product (GDPDEF) from the Federal Reserve Bank of St Louis. This index is calculated on a quarterly basis. In comlandr we hold the deflator constant for each quarter.



NOAA-EDAB/comlandr documentation built on March 1, 2025, 8 p.m.