seabbs / interact-school-vs-neonatal-bcg

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

Home Page:https://www.seabbs.co.uk/shiny/interact-school-vs-neonatal-bcg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://www.seabbs.co.uk/shiny/interact-school-vs-neonatal-bcg

License:GNU General Public License v3.0


Languages

Language:R 94.0%Language:JavaScript 6.0%