-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 961 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 961 Bytes
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
30
31
32
33
34
35
36
Package: rprev
Type: Package
Title: Estimating Disease Prevalence from Registry Data
Version: 1.0.5
Date: 2021-04-30
Authors@R: c(
person("Stuart", "Lacy", email="stuart.lacy@york.ac.uk", role=c('cre', 'aut')),
person("Simon", "Crouch", email="simon.crouch@york.ac.uk", role='aut'),
person("Stephanie", "Lax", email="stephanie.lax@york.ac.uk", role='aut')
)
Description: Estimates disease prevalence for a given index date using existing
registry data extended with Monte Carlo simulations following the method of Crouch et al (2014) <doi: 10.1016/j.canep.2014.02.005>.
LazyData: true
License: GPL-2
Depends:
R (>= 2.10),
survival
Imports:
data.table,
dplyr,
ggplot2,
lazyeval,
lubridate,
magrittr,
tidyr
RoxygenNote: 7.1.1
Suggests:
flexsurv,
flexsurvcure,
knitr,
rmarkdown,
rms,
testthat,
covr
URL: https://github.com/stulacy/rprev-dev
VignetteBuilder: knitr