-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 895 Bytes
/
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
Package: phmm
Version: 0.7-14
Date: 2020-03-25
Title: Proportional Hazards Mixed-Effects Model
Authors@R: c(person(given="Michael", family="Donohue", role = c("aut", "cre"),
email = "[email protected]"),
person(given="Ronghui", family="Xu", role = "aut"))
Maintainer: Michael Donohue <[email protected]>
Depends:
survival,
lattice,
Matrix
VignetteBuilder: knitr
URL: https://github.com/mcdonohue/phmm
Suggests:
knitr,
rmarkdown,
lme4 (>= 1.0),
testthat (>= 2.1.0)
Description: Fits proportional hazards model incorporating random effects using
an EM algorithm using Markov Chain Monte Carlo at E-step. Vaida and Xu (2000)
<DOI:10.1002/1097-0258(20001230)19:24%3C3309::AID-SIM825%3E3.0.CO;2-9>.
License: GPL-3
Collate:
'phmm-package.R'
'formula.R'
'linear.predictors.R'
'phmm.R'
'pseudoPoisPHMM.R'
'traceHat.R'
RoxygenNote: 7.1.0