knitr::opts_chunk$set(echo = TRUE)

r reg.order[r] - r category0 Analsys Notes

This analysis uses nationally collected landings data for the r ifelse(reg.order[r] %in% "National", "whole U.S.", paste0("for the", reg.order[r], "region")), downloaded from the NOAA FOSS site https://foss.nmfs.noaa.gov/apexfoss/f?p=215:200::::::.

Warnings/FYIs

print(warnings.list0)

The number of species in origional data, used in the analysis, and removed from the analysis:

spptable0[,-1] %>%
    knitr::kable(row.names = T, booktabs = T)

Species in Each category by Common Name

"pre" is for species in the origional data "pst" are the species that were used in the final anlaysis

spp.output

Negative values?

Dollars

a0<-landings.data#[idx,]
a0[(a0$Dollars<0 & !(is.na(a0$Dollars))),] %>%
    knitr::kable(row.names = F, booktabs = T)

Pounds

a0<-landings.data#[idx,]
a0[(a0$Pounds<0 & !(is.na(a0$Pounds))),] %>%
    knitr::kable(row.names = F, booktabs = T)


emilyhmarkowitz/FisheriesEconomicProductivityIndex documentation built on June 13, 2025, 10:31 a.m.