| MGMSstd_dataset | R Documentation |
A simulated multi-gear, multi-species fisheries dataset for illustrating
the application of the MGMSstd() function for multigear mean
standardization of Catch Per Unit Effort (CPUE).
MGMSstd_dataset
A data frame with 375 observations and 4 variables:
Fishing year.
Fishing gear used for harvesting the species.
Fish species for which CPUE observations are available.
Catch per unit effort corresponding to a particular species, gear, and year combination.
The dataset contains annual CPUE observations for several fish species captured by different fishing gears over multiple years. It is intended for demonstrating the estimation of nominal and standardized CPUE indices in complex multispecies and multigear fisheries.
The dataset represents a hypothetical multigear fishery in which several fishing gears exploit multiple fish species simultaneously. Each row corresponds to the CPUE value for a specific species captured by a particular fishing gear during a given year.
The dataset can be used to demonstrate:
Calculation of gear-specific mean CPUE.
Multigear mean standardization.
Estimation of nominal and standardized CPUE indices.
Visualization of temporal CPUE trends.
Simulated dataset generated for illustrating the
MGMSstd() methodology implemented in the FESta package.
## Not run:
library(FESta)
data("MGMSstd_dataset")
result <- MGMSstd(
data = MGMSstd_dataset,
year_col = "Year",
gear_col = "Gear",
species_col = "Species",
cpue_col = "CPUE"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.