-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
83 lines (83 loc) · 2.73 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Package: riskRegression
Type: Package
Title: Risk Regression Models and Prediction Scores for Survival Analysis with
Competing Risks
Version: 2024.12.06
Authors@R: c(person("Thomas Alexander", "Gerds", role = c("aut", "cre"),
email = "[email protected]"),
person("Johan Sebastian", "Ohlendorff", role = "aut"),
person("Paul", "Blanche", role = "ctb"),
person("Rikke", "Mortensen", role = "ctb"),
person("Marvin", "Wright", role = "ctb"),
person("Nikolaj", "Tollenaar", role = "ctb"),
person("John", "Muschelli", role = "ctb"),
person("Ulla Brasch", "Mogensen", role = "ctb"),
person("Brice", "Ozenne", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0001-9694-2956")))
Depends:
R (>= 3.5.0),
Imports:
cmprsk,
data.table (>= 1.12.2),
doParallel,
foreach,
ggplot2 (>= 3.1.0),
graphics,
lattice,
lava (>= 1.6.5),
mets,
mvtnorm,
parallel,
plotrix,
prodlim (>= 2018.4.18),
Publish,
ranger,
Rcpp,
rms (>= 5.1.3),
stats,
survival (>= 2.44.1),
timereg (>= 1.9.3)
LinkingTo: Rcpp, RcppArmadillo
Suggests:
boot,
smcfcs,
casebase,
glmnet,
gbm,
flexsurv,
grpreg,
hal9001,
mgcv,
mstate,
nnls,
numDeriv,
party,
pec,
penalized,
pROC,
randomForest,
randomForestSRC,
rpart,
scam,
SuperLearner,
testthat,
R.rsp
Maintainer: Thomas Alexander Gerds <[email protected]>
Description: Implementation of the following methods for event history analysis.
Risk regression models for survival endpoints also in the presence of competing
risks are fitted using binomial regression based on a time sequence of binary
event status variables. A formula interface for the Fine-Gray regression model
and an interface for the combination of cause-specific Cox regression models.
A toolbox for assessing and comparing performance of risk predictions (risk
markers and risk prediction models). Prediction performance is measured by the
Brier score and the area under the ROC curve for binary possibly time-dependent
outcome. Inverse probability of censoring weighting and pseudo values are used
to deal with right censored data. Lists of risk markers and lists of risk models
are assessed simultaneously. Cross-validation repeatedly splits the data, trains
the risk prediction models on one part of each split and then summarizes and
compares the performance across splits.
License: GPL (>= 2)
RoxygenNote: 7.3.2
VignetteBuilder: R.rsp
Encoding: UTF-8
URL: https://github.com/tagteam/riskRegression
BugReports: https://github.com/tagteam/riskRegression/issues