forked from kkholst/mets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.37 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.37 KB
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
Package: mets
Type: Package
Title: Analysis of Multivariate Event Times
Version: 1.3.10
Authors@R: c(person("Klaus K.", "Holst", email="klaus@holst.it", role=c("aut", "cre")),
person("Thomas Scheike", role=c("aut")))
Author: Klaus K. Holst [aut, cre], Thomas Scheike [aut]
Maintainer: Klaus K. Holst <klaus@holst.it>
Description: Implementation of various statistical models for multivariate
event history data <doi:10.1007/s10985-013-9244-x>. Including multivariate
cumulative incidence models <doi:10.1002/sim.6016>, and bivariate random
effects probit models (Liability models) <doi:10.1016/j.csda.2015.01.014>.
Modern methods for survival analysis, including regression modelling (Cox, Fine-Gray,
Ghosh-Lin, Binomial regression) with fast computation of influence functions.
License: Apache License (== 2.0)
LazyLoad: yes
URL: https://kkholst.github.io/mets/
BugReports: https://github.com/kkholst/mets/issues
Depends:
R (>= 3.5)
Imports:
Rcpp,
RcppArmadillo,
lava (>= 1.8.2),
methods,
mvtnorm,
numDeriv,
splines,
survival (>= 2.43-1),
timereg (>= 1.9.4)
Suggests:
cmprsk,
icenReg,
KernSmooth,
knitr,
optimx,
prodlim,
riskRegression,
rmarkdown,
tinytest (>= 1.4.1),
ucminf
VignetteBuilder: knitr
ByteCompile: yes
LinkingTo: Rcpp, RcppArmadillo, mvtnorm
Encoding: UTF-8
RoxygenNote: 7.3.3