This R package reads raw data provided by experts about the adequacy of public health surveillance in light of country context, diseases of interest, and features and objectives of surveillance. It implements scoring algorithms to generate a ranked list of surveillance approaches. This is illustrated in an interactive web application.
See inst/about.md for a detailed description of the application and the computations.
You can install the development version of SPA.Algorithm.Demo from GitHub with:
# install.packages("pak")
pak::pak("stephaneghozzi/SPA.Algorithm.Demo")
or:
# install.packages("devtools")
devtools::install_github("stephaneghozzi/SPA.Algorithm.Demo")
or download this repository and run:
install.packages(path_to_this_folder, repos = NULL, type = "source")
To run the app, execute:
SPA.Algorithm.Demo::spa_algorithm_demo_app()
It looks like this:
A stable version is deployed here: https://stephaneghozzi.shinyapps.io/spa_algorithm_demo_app/.
You might find a newer version here: https://stephaneghozzi.shinyapps.io/spa_algorithm_demo_app_test/.