-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
69 lines (69 loc) · 1.96 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
Package: reda
Title: Recurrent Event Data Analysis
Version: 0.5.4
Authors@R: c(
person(given = "Wenjie", family = "Wang",
email = "wang@wwenjie.org",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0363-3180")),
person(given = "Haoda", family = "Fu", role = "aut"),
person(given = "Sy Han (Steven)", family = "Chiou", role = "ctb"),
person(given = "Jun", family = "Yan", role = "ctb",
comment = c(ORCID = "0000-0003-4401-7296"))
)
Description: Contains implementations of recurrent event data analysis routines
including (1) survival and recurrent event data simulation from
stochastic process point of view by the thinning method
proposed by Lewis and Shedler (1979) <doi:10.1002/nav.3800260304>
and the inversion method introduced in Cinlar (1975, ISBN:978-0486497976),
(2) the mean cumulative function (MCF) estimation by the
Nelson-Aalen estimator of the cumulative hazard rate function,
(3) two-sample recurrent event responses comparison with the pseudo-score
tests proposed by Lawless and Nadeau (1995) <doi:10.2307/1269617>,
(4) gamma frailty model with spline rate function following
Fu, et al. (2016) <doi:10.1080/10543406.2014.992524>.
Imports:
Rcpp,
ggplot2,
graphics,
grDevices,
methods,
splines2 (>= 0.4.3),
stats
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
knitr,
rmarkdown,
tinytest
Depends:
R (>= 3.2.3)
License: GPL (>= 3)
LazyData: true
VignetteBuilder: knitr
Collate:
'RcppExports.R'
'class.R'
'Recur.R'
'Survr.R'
'aic.R'
'baseline.R'
'coef.R'
'data.R'
'mcf-generic.R'
'mcf-formula.R'
'mcf-rateReg.R'
'mcfDiff.R'
'misc.R'
'plot.R'
'rateReg.R'
'reda.R'
'show.R'
'simEvent.R'
'summary.R'
'zzz.R'
URL: https://wwenjie.org/reda, https://github.com/wenjie2wang/reda
BugReports: https://github.com/wenjie2wang/reda/issues
Encoding: UTF-8
RoxygenNote: 7.2.0