-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.21 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
Type: Package
Package: netidmtpreg
Title: Net Survival Binomial Regression for Progressive Illness Death
Models
Version: 0.1.0
Authors@R:
person("Quentin", "Marcou", , "quentin.marcou@univ-amu.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7074-2761"))
Description: This package implements utilities to infer and inspect
transition probabilities in a progressive illness-death model in a net
survival context through binomial regression. As such it also provides
routines to analyze illness-death transition probabilities without
correcting for background mortality.
Ref: Azarang L & Giorgi R. (2021) <doi:10.1177/09622802211003608>
License: GPL (>= 2)
URL: https://github.com/qmarcou/netidmtpreg
BugReports: https://github.com/qmarcou/netidmtpreg/issues
Depends:
R (>= 3.4.0)
Imports:
assertr,
assertthat,
data.table,
dplyr,
future.apply,
ggplot2,
glue,
graphics,
purrr,
relsurv,
rlang,
stats,
stringr,
survival,
tibble,
tidyr,
tryCatchLog,
utils
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
collections,
future,
testthat (>= 3.0.0)
Config/testthat/edition: 3