
The Management Strategy Evaluation toolkit (MSEtool) isthe core package in theopenMSE collection of packages. Itcontains the core functions for constructing operating models,simulating fishery dynamics, and evaluating the effectiveness ofalternative management strategies using closed-loop simulationtesting.
You can learn more about theopenMSE packages at theopenMSE documentation site.
You can install the released version of MSEtool fromCRAN with:
install.packages("MSEtool")And the development version fromGitHub with:
# install.packages("devtools")devtools::install_github("Blue-Matter/MSEtool")