-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 907 Bytes
/
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
Package: gmvjoint
Type: Package
Title: Joint Models of Survival and Multivariate Longitudinal Data
Version: 0.4.5
Date: 2024-10-05
Authors@R: person("James", "Murray", email = "[email protected]", role = c("aut", "cre"))
Description: Fit joint models of survival and multivariate longitudinal data. The longitudinal
data is specified by generalised linear mixed models. The joint models are fit via maximum
likelihood using an approximate expectation maximisation algorithm.
Bernhardt (2015) <doi:10.1016/j.csda.2014.11.011>.
License: GPL-3
Depends:
R (>= 3.6.0),
glmmTMB,
survival
Imports:
Rcpp (>= 1.0.6),
MASS,
methods,
mvtnorm,
pracma,
reformulas,
stats,
statmod,
xtable
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.2.3
LazyData: true
URL: https://github.com/jamesmurray7/gmvjoint
BugReports: https://github.com/jamesmurray7/gmvjoint/issues