Quantify and Report (Technology) Risk: A streamlined tool designed to make it easier to quantify risk using expert estimation. Given expert estimates for loss frequency and magnitude, generate a report that forecasts losses by risk and in aggregate.
First presented as a demo in my 2024 SIRAcon talk, “UnFAIR: Simplifying and Expanding Technology Risk Quantification.”
- Install the latest version of R for your platform from https://cloud.r-project.org/. Windows users will also need to install Rtools.
- Download and install the Quarto CLI.
- Download and extract the “standalone” directory from this repository.
- Run
RScript setup.R
from the standalone directory to install required R packages. - Run
quarto preview
from the standalone directory to build and display the example analysis.
You can install the development version of quantrr from GitHub with:
# install.packages("remotes")
remotes::install_github("jabenninghoff/quantrr")
Or using renv:
# install.packages("renv")
renv::install("jabenninghoff/quantrr")
- Changelog: See “Changelog” or
NEWS.md
. - Planned: TODO