-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.42 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
Package: pencal
Title: Penalized Regression Calibration (PRC) for the Dynamic
Prediction of Survival
Version: 2.2.3
Authors@R: c(
person("Mirko", "Signorelli", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-8102-3356")),
person("Pietro", "Spitali", role = "ctb"),
person("Roula", "Tsonaka", role = "ctb"),
person("Barbara", "Vreede", role = "ctb")
)
Description: Computes penalized regression calibration (PRC), a
statistical method for the dynamic prediction of survival when many
longitudinal predictors are available. PRC is described in Signorelli
(2024) <doi:10.48550/arXiv.2309.15600> and in Signorelli et al. (2021)
<doi:10.1002/sim.9178>.
License: GPL (>= 3)
URL: https://mirkosignorelli.github.io/r
Depends: R (>= 4.1.0)
VignetteBuilder: knitr
biocViews:
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: doParallel, dplyr, foreach, glmnet, lcmm, magic, MASS, Matrix,
methods, nlme, purrr, riskRegression, stats, survcomp,
survival, survivalROC
Suggests: knitr, ptmixed, rmarkdown, survminer
NeedsCompilation: no
Packaged: 2025-02-07 11:03:49 UTC; ms
Author: Mirko Signorelli [aut, cre, cph]
(<https://orcid.org/0000-0002-8102-3356>),
Pietro Spitali [ctb],
Roula Tsonaka [ctb],
Barbara Vreede [ctb]
Maintainer: Mirko Signorelli <[email protected]>
Repository: CRAN
Date/Publication: 2025-02-07 12:30:02 UTC