/interact-school-vs-neonatal-bcg

A shiny app to visualise the trade-offs between school age and neonatal BCG vaccination

Primary LanguageRGNU General Public License v3.0GPL-3.0

Interact with a school age vs neonatal BCG vaccination model

This shiny app allows intetractive exploration of a dynamic infections disease model of school age vs. neonatal BCG vaccination.

Installing the shiny app locally

To install and run the shiny app locally on your own computer you will need to first install R, it is also suggested that you install Rstudio. After downloading the source code from this repository click on the s-vs-n-bcg.Rprof file, this will open an Rstudio window. Type the following code into the command line;

install.packages("shiny")
install.packages("shinydashboard")
install.packages("shinyBS")
install.packages("tidyverse")
install.packages("rmarkdown")

To run the app open the ui.R file and press run, depending on your computer this may take some time.