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
- Host: GitHub
- URL: https://github.com/seabbs/interact-school-vs-neonatal-bcg
- Owner: seabbs
- License: gpl-3.0
- Created: 2017-07-24T20:18:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T21:47:26.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T13:02:41.923Z (3 months ago)
- Topics: bcg, dynamic-model, infectious-diseases, public-health, rstats, shiny, tuberculosis
- Language: R
- Homepage: https://www.seabbs.co.uk/shiny/interact-school-vs-neonatal-bcg
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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.