-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 969 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
Package: durmod
Type: Package
Title: Mixed Proportional Hazard Competing Risk Model
Version: 1.1-3
Date: 2019-12-10
Authors@R: person("Simen", "Gaure", email="[email protected]", role=c("aut","cre"),
comment=c(ORCID="https://orcid.org/0000-0001-7251-8747"))
URL: https://github.com/sgaure/durmod
BugReports: https://github.com/sgaure/durmod/issues
Maintainer: Simen Gaure <[email protected]>
Description: Estimation of piecewise constant mixed proportional hazard competing risk model with NPMLE.
The model is described in S. Gaure et al. (2007) <doi:10.1016/j.jeconom.2007.01.015>,
J. Heckman and B. Singer (1984) <doi:10.2307/1911491>, and
B.G. Lindsay (1983) <doi:10.1214/aos/1176346059>.
Classification/JEL: C14, C15, C41
License: Artistic-2.0
Imports: Rcpp (>= 1.0.1), stats, utils, numDeriv, nloptr, parallel, data.table, mvtnorm
Suggests: knitr
Depends: R (>= 3.5.0)
VignetteBuilder: knitr
LinkingTo: Rcpp
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 7.0.2