-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
50 lines (50 loc) · 1.79 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: popEpi
Title: Functions for Epidemiological Analysis using Population Data
Version: 0.4.12
Authors@R: c(
person("Joonas", "Miettinen", , "joonas.miettinen@cancer.fi", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-8624-6754")),
person("Matti", "Rantanen", , "matti.rantanen@statfinn.com", role = "aut"),
person("Karri", "Seppa", , "karri.seppa@cancer.fi", role = "ctb")
)
Author: Joonas Miettinen [cre, aut]
(<https://orcid.org/0000-0001-8624-6754>), Matti Rantanen [aut], Karri
Seppa [ctb]
Maintainer: Joonas Miettinen <joonas.miettinen@cancer.fi>
Description: Enables computation of epidemiological statistics, including
those where counts or mortality rates of the reference population are
used. Currently supported: excess hazard models (Dickman, Sloggett,
Hills, and Hakulinen (2012) <doi:10.1002/sim.1597>), rates, mean
survival times, relative/net survival (in particular the Ederer II
(Ederer and Heise (1959)) and Pohar Perme (Pohar Perme, Stare, and
Esteve (2012) <doi:10.1111/j.1541-0420.2011.01640.x>) estimators), and
standardized incidence and mortality ratios, all of which can be
easily adjusted for by covariates such as age. Fast splitting and
aggregation of 'Lexis' objects (from package 'Epi') and other
computations achieved using 'data.table'.
License: MIT + file LICENSE
URL: https://github.com/FinnishCancerRegistry/popEpi
BugReports: https://github.com/FinnishCancerRegistry/popEpi/issues
Depends:
R (>= 3.2.0)
Imports:
data.table (>= 1.10.4),
Epi (>= 2.0),
splines,
survival
Suggests:
covr,
date,
knitr,
mstate,
relsurv,
rmarkdown,
roxygen2,
testthat
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.1