The goal of sspm
is to implement a gam-based spatial
surplus production model, aimed at modeling northern shrimp population
in Canada but potentially to any stock in any location. The package is
opinionated in its implementation of SPMs as it internally makes the
choice to use penalized spatial gams with time lags based on Pedersen et
al. (2020). However, it also aims to provide options for the user to
customize their model.
You can install the released version of sspm from CRAN with:
install.packages("sspm")
You can install the development version from GitHub with:
# install.packages("devtools")
::install_github("pedersen-fisheries-lab/sspm")
devtools# if you wish to build the vignettes:
::install_github("pedersen-fisheries-lab/sspm", build_vignettes = TRUE) devtools
See the vignettes for an introduction to the sspm
workflow.
browseVignettes("sspm")