-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
129 lines (129 loc) · 3.6 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Package: jmpost
Title: Joint Models for Predicting Overall Survival Trajectories
Version: 0.0.1
Authors@R: c(
person("Craig", "Gower-Page", email = "craig.gower-page@roche.com", role = c("aut", "cre")),
person("Francois", "Mercier", email = "francois.mercier@roche.com", role = "aut"),
person("Daniel", "Sabanes Bove", email = "daniel.sabanes_bove@roche.com", role = "aut"),
person("Georgios", "Kazantzidis", email = "georgios.kazantzidis@roche.com", role = c("aut")),
person("Isaac", "Gravestock", email = "isaac.gravestock@roche.com", role = "aut"),
person("Xiaoyan", "Fang", email = "xiaoyan.fang@roche.com", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Implements joint models combining a non-linear mixed effects model for
longitudinal measurements with a time-to-event model for the survival
outcome. The acronym 'jmpost' stands for Joint Models for Predicting
Overall Survival Trajectories, which refers to the application.
In phase 1 studies patients are followed until progression only.
Thus, reliable overall survival data and hence estimates are not available.
However, we can use additional information from previous clinical trials
or real-world data - we can correlate the tumour response data, that are
longitudinal measurements, with the overall survival of the patients or their
hazard ratios. Thereby we can predict the overall survival from our phase 1 study
data and therefore make better decisions.
License: Apache License (>= 2)
Encoding: UTF-8
Language: en-GB
URL: https://genentech.github.io/jmpost/
BugReports: https://github.com/Genentech/jmpost/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Imports:
assertthat,
Rdpack,
checkmate,
dplyr,
stringr,
ggplot2,
ggplot2.utils,
statmod,
jinjar,
survival,
glue,
tibble,
methods,
digest,
posterior,
stats
Suggests:
cmdstanr,
bayesplot,
knitr,
rmarkdown,
rstan,
testthat (>= 3.0.0),
scales,
lme4,
flexsurv,
purrr,
vdiffr,
prodlim,
brms,
tidyr,
loo
Additional_repositories: https://stan-dev.r-universe.dev
Config/testthat/edition: 3
Config/testthat/parallel: true
Collate:
'DataSubject.R'
'utilities.R'
'generics.R'
'DataLongitudinal.R'
'DataSurvival.R'
'DataJoint.R'
'Grid.R'
'GridEven.R'
'GridEvent.R'
'GridFixed.R'
'GridGrouped.R'
'GridManual.R'
'GridObserved.R'
'GridPopulation.R'
'GridPrediction.R'
'constants.R'
'StanModule.R'
'Prior.R'
'Parameter.R'
'ParameterList.R'
'StanModel.R'
'LongitudinalModel.R'
'LinkComponent.R'
'Link.R'
'SurvivalModel.R'
'JointModel.R'
'Quantities.R'
'SurvivalQuantities.R'
'JointModelSamples.R'
'LongitudinalClaretBruno.R'
'LongitudinalGSF.R'
'LongitudinalQuantities.R'
'LongitudinalRandomSlope.R'
'LongitudinalSteinFojo.R'
'Promise.R'
'QuantityGeneratorPopulation.R'
'QuantityGeneratorPrediction.R'
'QuantityGeneratorSubject.R'
'SimGroup.R'
'SimJointData.R'
'SimLongitudinal.R'
'SimLongitudinalClaretBruno.R'
'SimLongitudinalGSF.R'
'SimLongitudinalRandomSlope.R'
'SimLongitudinalSteinFojo.R'
'SimSurvival.R'
'SurvivalExponential.R'
'SurvivalGamma.R'
'SurvivalLoglogistic.R'
'SurvivalWeibullPH.R'
'brier_score.R'
'defaults.R'
'external-exports.R'
'jmpost-package.R'
'link_generics.R'
'settings.R'
'standalone-s3-register.R'
'zzz.R'
VignetteBuilder: knitr
RdMacros: Rdpack