An open API service indexing awesome lists of open source software.

https://github.com/seabbs/interact-school-vs-neonatal-bcg

A shiny app to visualise the trade-offs between school age and neonatal BCG vaccination
https://github.com/seabbs/interact-school-vs-neonatal-bcg

bcg dynamic-model infectious-diseases public-health rstats shiny tuberculosis

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# Interact with a school age vs neonatal BCG vaccination model

[This shiny app](http://seabbs.co.uk/shiny/interect-school-vs-neonatal-bcg) 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](https://www.r-project.org/), it is also suggested that you install [Rstudio](https://www.rstudio.com/products/rstudio/download/). After downloading the source code from [this repository](https://www.github.com/seabbs/interact-school-vs-neonatal-bcg) click on the `interact-school-vs-neonatal-bcg.Rprof` file, this will open an Rstudio window. Type the following code into the command line;

```{r, eval = FALSE}
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.