-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
18 lines (18 loc) · 833 Bytes
/
DESCRIPTION
File metadata and controls
18 lines (18 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: tsiR
Type: Package
Title: An Implementation of the TSIR Model
Version: 0.4.2
Date: 2019-07-09
Authors@R: c(person("Alexander D.","Becker",role=c("aut","cre"),email="adbecker@princeton.edu"),person("Sinead E.","Morris",role=c("ctb")),person("Ottar N.","Bjornstad",role=c("ctb")))
Description: An implementation of the time-series Susceptible-Infected-Recovered (TSIR) model using a number of different fitting options for infectious disease time series data. The manuscript based on this package can be found here <https://doi:10.1371/0185528>. The method implemented here is described by Finkenstadt and Grenfell (2000) <DOI: 10.1111/1467-9876.00187>.
Depends:
R (>= 3.1.0)
License: GPL-3
LazyData: true
Imports:
ggplot2,
kernlab,
reshape2,
grid
Contact: adbecker at princeton dot edu
RoxygenNote: 6.1.1