-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.55 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
Package: reReg
Title: Recurrent Event Regression
Version: 1.4.7
Authors@R: c(person(given = "Sy Han (Steven)", family = "Chiou",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Chiung-Yu", family = " Huang",
email = "[email protected]", role = "aut"))
Description: A comprehensive collection of practical and easy-to-use tools for regression analysis of recurrent events, with or without the presence of a (possibly) informative terminal event described in Chiou et al. (2023) <doi:10.18637/jss.v105.i05>. The modeling framework is based on a joint frailty scale-change model, that includes models described in Wang et al. (2001) <doi:10.1198/016214501753209031>, Huang and Wang (2004) <doi:10.1198/016214504000001033>, Xu et al. (2017) <doi:10.1080/01621459.2016.1173557>, and Xu et al. (2019) <doi:10.5705/SS.202018.0224> as special cases. The implemented estimating procedure does not require any parametric assumption on the frailty distribution. The package also allows the users to specify different model forms for both the recurrent event process and the terminal event.
Depends: R (>= 4.2.0)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/stc04003/reReg
BugReports: https://github.com/stc04003/reReg/issues
Imports:
BB,
nleqslv,
dfoptim,
optimx,
SQUAREM,
survival,
directlabels,
ggplot2,
MASS,
methods,
reda (>= 0.5.0),
scam,
Rcpp,
rootSolve
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2023-09-01 12:11:22 UTC; schiou