The Management Strategy Evaluation toolkit (MSEtool
) is
the core package in the openMSE
collection of packages. It
contains the core functions for constructing operating models,
simulating fishery dynamics, and evaluating the effectiveness of
alternative management strategies using closed-loop simulation
testing.
You can learn more about the openMSE
packages at the openMSE documentation site.
You can install the released version of MSEtool from CRAN with:
install.packages("MSEtool")
And the development version from GitHub with:
# install.packages("devtools")
::install_github("Blue-Matter/MSEtool") devtools