Shiny app for FluSight Network model comparison with a focus on by-epiweek performance created for the ReichLab by Evan Moore and Nicholas Reich. To view the app on shinyapps.io click here. If you would like to download and run the app on your own machine, follow these steps:
- open R/RStudio
- Run this code: install.packages("shiny") install.packages("devtools") require("shiny") require("devtools") install_github("FSN-Model-Comparison", "FluSightNetwork") runApp("FSN-Model-Comparison")