Skip to content

Blue-Matter/Slick

Repository files navigation

Slick

About Slick

Slick is a decision analysis tool that presents the outcomes of potential policy options across various states of nature. The App allows for the simultaneous presentation of various performance metrics and can account for uncertainty in the states of nature. Slick is interactive and allows users to filter results live in order to explore robustness and performance.

While Slick can be applied to any decision analysis context it was specifically designed to investigate the performance of fisheries management procedures tested by management strategy evaluation (MSE).

Importantly the App is platform agnostic: results arising from any MSE framework that are formatted in a compatible Slick object can be loaded and visualized in the App.

The openMSE packages are compatible with Slick, and include tools to convert openMSE MSE results to the Slick format. For more information on developing Slick objects please see the Developer’s Guide.

Accessing the Slick App

The Slick App can be accessed here

Running Slick Locally

The Slick App can be run locally by installing the Slick R package from GitHub:

# install.packages("remotes")
remotes::install_github("Blue-Matter/Slick")
library(Slick)
App()