About openMSE
openMSE is an umbrella R package for building operating models, analyzing fishery data, and conducting Management Strategy Evaluation (MSE) for a wide range of fisheries.
The openMSE package is available on CRAN can be installed with install.packages("openMSE").
Installing the openMSE package and loading with library("openMSE") will load the following core packages:
MSEtool - the Management Strategy Evaluation toolkit is the core package in the openMSE collection. 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.
DLMtool - the Data-Limited Methods toolkit is a collection of data-limited management procedures that can be evaluated using MSE.
DLMtoolrequires theMSEtoolpackage as a dependency, and allMSEtoolfunctions will be available whenDLMtoolis loaded into an R session.SAMtool - the Stock Assessment Methods toolkit is a collection of assessment methods and management procedures that have been developed for more data-intensive applications.
SAMtoolrequires theMSEtoolpackage as a dependency, and allMSEtoolfunctions will be available whenSAMtoolis loaded into an R session.