Skip to content

stephaneghozzi/SPA.Algorithm.Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPA.Algorithm.Demo

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.

Installation

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")

Running the app

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/.

About

SPA algorithm demo app

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages