openqalyshiny provides a Shiny interface for building and running openqaly models.
run_model_editor() launches a Shiny app where you can build an
openqaly model and run analyses against it.
Build: define states, strategies, transitions, variables, groups, and settings.
Results: view trace outputs, outcomes, costs, and net monetary benefit. Run probabilistic sensitivity analysis (PSA), deterministic sensitivity analysis (DSA), scenario analysis, two-way sensitivity analysis, threshold analysis, and cost-effectiveness analysis.
You can install the development version of openqalyshiny from GitHub with:
# install.packages("pak")
pak::pak("PolicyAnalysisInc/openqalyshiny")library(openqalyshiny)
run_model_editor()