-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 2.61 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
Package: depCensoring
Type: Package
Title: Statistical Methods for Survival Data with Dependent Censoring
Version: 0.1.5
Authors@R: c(person("Ilias", "Willems", email = "[email protected]", role = "aut", comment = c(ORCID = "0009-0001-9463-9942")),
person("Gilles", "Crommen", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-8380-1900")),
person("Negera Wakgari", "Deresa", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1302-3725")),
person("Jie", "Ding", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-6083-7529")),
person("Claudia","Czado", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-6329-5438")),
person("Ingrid", "Van Keilegom", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-8827-7642")))
Maintainer: Negera Wakgari Deresa <[email protected]>
Description: Several statistical methods for analyzing survival data under various forms of dependent
censoring are implemented in the package. In addition to accounting for dependent censoring, it
offers tools to adjust for unmeasured confounding factors. The implemented approaches allow
users to estimate the dependency between survival time and dependent censoring time, based
solely on observed survival data. For more details on the methods, refer to Deresa and Van
Keilegom (2021) <doi:10.1093/biomet/asaa095>, Czado and Van Keilegom (2023)
<doi:10.1093/biomet/asac067>, Crommen et al. (2024) <doi:10.1007/s11749-023-00903-9>,
Deresa and Van Keilegom (2024) <doi:10.1080/01621459.2022.2161387> and Willems et al. (2024+)
<doi:10.48550/arXiv.2403.11860> and Ding and Van Keilegom (2024).
Imports: survival, foreach, parallel, doParallel, pbivnorm, stats,
MASS, nleqslv, OpenMx, methods, Matrix, EnvStats, mvtnorm,
rafalib, rvinecopulib, matrixcalc, nloptr, stringr, numDeriv,
copula
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-12-12 13:47:57 UTC; Negera Deresa
Author: Ilias Willems [aut] (<https://orcid.org/0009-0001-9463-9942>),
Gilles Crommen [aut] (<https://orcid.org/0000-0001-8380-1900>),
Negera Wakgari Deresa [aut, cre]
(<https://orcid.org/0000-0002-1302-3725>),
Jie Ding [aut] (<https://orcid.org/0000-0002-6083-7529>),
Claudia Czado [aut] (<https://orcid.org/0000-0002-6329-5438>),
Ingrid Van Keilegom [aut] (<https://orcid.org/0000-0001-8827-7642>)
Repository: CRAN
Date/Publication: 2024-12-12 14:10:02 UTC