-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.45 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
Package: mmcif
Type: Package
Title: Mixed Multivariate Cumulative Incidence Functions
Version: 0.1.2
Authors@R: c(
person("Benjamin", "Christoffersen",
email = "boennecd@gmail.com",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-7182-1346")),
person("Mark", "Clements",
role = "cph"),
person("Alan", "Genz",
role = c("cph")),
person("Frank", "Bretz",
role = c("cph")),
person("Torsten", "Hothorn",
role = c("cph")),
person("R-core", email = "R-core@R-project.org",
role = "cph"))
Description: Fits the mixed cumulative incidence functions model suggested by
<doi:10.1093/biostatistics/kxx072> which decomposes within cluster
dependence of risk and timing. The estimation method supports computation in
parallel using a shared memory C++ implementation. A sandwich estimator of the
covariance matrix is available. Natural cubic splines are used to provide a
flexible model for the cumulative incidence functions.
License: GPL (>= 3)
URL: https://github.com/boennecd/mmcif
BugReports: https://github.com/boennecd/mmcif/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Depends: R (>= 3.5.0)
VignetteBuilder: R.rsp
LinkingTo:
Rcpp,
RcppArmadillo,
testthat,
psqn
Imports:
Rcpp,
stats,
alabama
Suggests:
testthat (>= 3.0.0),
xml2,
mvtnorm,
R.rsp,
mets
SystemRequirements: C++17
Config/testthat/edition: 3