Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 2.69 KB

README.md

File metadata and controls

30 lines (18 loc) · 2.69 KB

Build status: main Latest commit coverage

VivaxModelR

Simulations and calculations on a compartmental model for Plasmodium Vivax dynamics.

This code is associated with the following manuscripts:

The package can be installed using the devtools package:

library(devtools)  
install_github("SwissTPH/VivaxModelR")

The vignette presenting how to use the package is available here.
A simplified version of the package without delayed access to treatment is available here.
A quick description for developers of the scripts in the package is available here.