-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
73 lines (73 loc) · 1.74 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
Package: flexsurv
Type: Package
Title: Flexible Parametric Survival and Multi-State Models
Version: 2.3.3
Date: 2024-10-15
Authors@R: c(person("Christopher", "Jackson",
email="[email protected]",
role=c("aut", "cre")),
person("Paul", "Metcalfe",
role=c("ctb")),
person("Jordan", "Amdahl",
role=c("ctb")),
person("Matthew T.", "Warkentin",
role = c("ctb")),
person("Michael", "Sweeting",
role = c("ctb")),
person("Kevin", "Kunzmann",
role = c("ctb"))
)
Description: Flexible parametric models for time-to-event data,
including the Royston-Parmar spline model, generalized gamma and
generalized F distributions. Any user-defined parametric
distribution can be fitted, given at least an R function defining
the probability density or hazard. There are also tools for
fitting and predicting from fully parametric multi-state models,
based on either cause-specific hazards or mixture models.
License: GPL (>= 2)
Depends:
survival,
R (>= 2.15.0)
Imports:
assertthat,
deSolve,
generics,
magrittr,
mstate (>= 0.2.10),
Matrix,
muhaz,
mvtnorm,
numDeriv,
quadprog,
Rcpp (>= 0.11.5),
rlang,
rstpm2,
purrr,
statmod,
tibble,
tidyr,
dplyr,
tidyselect,
ggplot2
Encoding: UTF-8
Suggests:
splines2,
flexsurvcure,
survminer,
lubridate,
rmarkdown,
colorspace,
eha,
knitr,
msm,
testthat,
TH.data,
broom,
covr
URL: https://github.com/chjackson/flexsurv,
http://chjackson.github.io/flexsurv/
BugReports: https://github.com/chjackson/flexsurv/issues
VignetteBuilder: knitr
LazyData: yes
LinkingTo: Rcpp
RoxygenNote: 7.3.2