-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
36 lines (36 loc) · 1.06 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
30
31
32
33
34
35
36
Package: epicoda
Type: Package
Title: Supports epidemiological analyses using compositional exposure variables
Version: 0.0.0.9000
Author: person("Rosemary", "Walmsley", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: <[email protected]>
Description: Provides functions to support epidemiological analyses using compositional
exposure variables, including regression modelling and plotting
graphs of model predictions for linear, logistic and Cox regression models.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Imports:
zCompositions (>= 1.3.2-1),
ggplot2 (>= 3.2.0),
survival (>= 3.1.6),
stats (>= 3.6.1),
data.table (>= 1.12.2),
scales (>= 1.0.0),
forestplot (>= 1.9),
utils (>= 3.6.1)
RoxygenNote: 7.2.1
Suggests:
testthat (>= 3.0.0),
ggtern (>= 3.1.0),
robCompositions (>= 2.3.1),
questionr (>= 0.7.5),
deltacomp,
knitr,
rmarkdown,
markdown,
devtools
VignetteBuilder: knitr
Remotes: tystan/deltacomp