8000 GitHub - leftygray/EpiNow: Estimate Realtime Case Counts and Time-varying Epidemiological Parameters
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Estimate Realtime Case Counts and Time-varying Epidemiological Parameters

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

leftygray/EpiNow

 
 

Repository files navigation

EpiNow

DOI

Warning: This package is a work in progress and is currently developed solely with the COVID-19 outbreak in mind. Breaking changes may occur and the authors cannot guarantee support.

Aim: To identify changes in the reproduction number, rate of spread, and doubling time during the course of outbreaks whilst accounting for potential biases due to delays in case reporting.

Installation

Install the analysis and all dependencies with:

remotes::install_github("epiforecasts/EpiNow", dependencies = TRUE)

Docker

This package was developed in a docker container based on the rocker/geospatial docker image.

To build the docker image run (from the EpiNow directory):

docker build . -t epinow

To run the docker image run:

docker run -d -p 8787:8787 --name epinow -e USER=epinow -e PASSWORD=epinow time_vary

The rstudio client can be found on port :8787 at your local machines ip. The default username:password is epinow:epinow, set the user with -e USER=username, and the password with - e PASSWORD=newpasswordhere. The default is to save the analysis files into the user directory.

To mount a folder (from your current working directory - here assumed to be tmp) in the docker container to your local system use the following in the above docker run command (as given mounts the whole epinow directory to tmp).

--mount type=bind,source=$(pwd)/tmp,target=/home/time_vary

To access the command line run the following:

docker exec -ti epinow bash

About

Estimate Realtime Case Counts and Time-varying Epidemiological Parameters

Resources

License

Unknown, MIT licen 50C8 ses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 93.6%
  • R 4.9%
  • C++ 1.5%
0