-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: R0
Type: Package
Title: Estimation of R0 and Real-Time Reproduction Number from Epidemics
Version: 1.3-0
Date: 2023-03-06
Author: Pierre-Yves Boelle, Thomas Obadia
URL: https://github.com/tobadia/R0
Maintainer: Thomas Obadia <[email protected]>
Depends:
R (>= 2.13.0)
Imports:
MASS
Description: Estimation of reproduction numbers for disease outbreak, based on
incidence data. The R0 package implements several documented methods. It is
therefore possible to compare estimations according to the methods used.
Depending on the methods requested by user, basic reproduction number
(commonly denoted as R0) or real-time reproduction number (referred to as
R(t)) is computed, along with a 95% Confidence Interval. Plotting outputs
will give different graphs depending on the methods requested : basic
reproductive number estimations will only show the epidemic curve
(collected data) and an adjusted model, whereas real-time methods will also
show the R(t) variations throughout the outbreak time period. Sensitivity
analysis tools are also provided, and allow for investigating effects of
varying Generation Time distribution or time window on estimates.
License: GPL (>= 2)
LazyLoad: yes
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8