https://github.com/lemdt/CovidShinyModel
This is LEMMA v0.2. Our development model is LEMMA v0.3:
https://github.com/lemdt/CovidShinyModel
Last synced: 4 months ago
JSON representation
This is LEMMA v0.2. Our development model is LEMMA v0.3:
- Host: GitHub
- URL: https://github.com/lemdt/CovidShinyModel
- Owner: lemdt
- License: other
- Created: 2020-03-19T21:19:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T14:58:55.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:14:17.620Z (8 months ago)
- Language: R
- Homepage: https://github.com/LocalEpi/LEMMA
- Size: 607 KB
- Stars: 17
- Watchers: 8
- Forks: 10
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - lemdt/CovidShinyModel - This is LEMMA v0.2. Our development model is LEMMA v0.3: (R)
README
# LEMMA (Local Epidemic Modeling for Management & Action)
[](https://github.com/lemdt/CovidShinyModel/actions)
LEMMA (Local Epidemic Modeling for Management & Action) is a tool designed to accept local and regional information about the SARS-CoV-2 (COVID-19) epidemic and provide relevant projections about epidemic trajectory to inform strategic planning and resource management. These projections are based on a modified Susceptible-Exposed-Infectious-Recovered (SEIR) model and are parameterized using local epidemic data on the number of hospitalizations. Outputs include daily number hospitalizations, ICU use, ventilator use, as well as total cases, active cases, and resolved cases.
Development of the app is ongoing, and a live version of the app is on http://localepi.org/.
The Shiny app is LEMMA v0.2. Our development version, LEMMA v0.3, is https://github.com/LocalEpi/LEMMA.
LEMMA v0.3 provides projections with uncertainty bounds and considers a wider set of model structures.
LEMMA v0.3 is currently available as an R package but not as a Shiny app.## Development Environment Setup (R)
To run the app locally, load up R or Rstudio and run:
```coffee
remotes::install_github('lemdt/CovidShinyModel')
covidshiny::start_app()
```## Resources and Documentation
Links to live and prerelease versions of the app and documentation are shown below.
| Resource | Description | Branch |
|:--|:--|:--|
| Stable release of shiny app | http://localepi.org/ | master |
| Pre release of development Shiny app | http://prerelease.localepi.org/ | prerelease |
| Package documentation | https://lemdt.github.io/CovidShinyModel/ | master |
| Next verion | https://github.com/LocalEpi/LEMMA | |## Issues and bugs
If you find any issues or problems, please post an [issue](https://github.com/lemdt/CovidShinyModel/issues)
## License
The MIT License (MIT)Copyright (c) 2020 LEMMA
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## Code of Conduct
Please note that the 'CovidShinyModel' project is released with a
[Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.