The Data-Limited Methods toolkit (DLMtool) is a collection of data-limited management procedures that can be evaluated with management strategy evaluation (MSE).
DLMtool is part of the openMSE
collection of
packages.
You can learn more about the openMSE
packages at the openMSE documentation site.
You can install the released version of DLMtool from CRAN with:
install.packages("DLMtool")
And the development version from GitHub with:
# install.packages("devtools")
::install_github("Blue-Matter/DLMtool") devtools