| ORQGLMstd_dataset | R Documentation |
A fisheries dataset for demonstrating Generalized Linear Model (GLM) standardization method.
ORQGLMstd_dataset
A data frame with 1000 observations and 4 variables:
Fishing year.
Fishing gear used during the fishing operation.
Fishing effort expended during the operation.
Observed catch obtained during the fishing operation.
The dataset contains catch and effort observations collected
over multiple years using different fishing gears. It is
intended for illustrating the application of the
GLMstd() function in the FESta package.
ORQGLMstd
## Not run:
library(FESta)
data("ORQGLMstd_dataset")
result<-ORQGLMstd(
data = ORQGLMstd_dataset,
year_col="Year",
catch_col = "Catch",
effort_col = "Effort",
fixed_effects = c("Year", "Gear"),
maxit = 100
)
print(result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.