forked from cran/simPH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.26 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
Package: simPH
Title: Tools for Simulating and Plotting Quantities of Interest
Estimated from Cox Proportional Hazards Models
Description: Simulates and plots quantities of interest (relative
hazards, first differences, and hazard ratios) for linear coefficients,
multiplicative interactions, polynomials, penalised splines, and
non-proportional hazards, as well as stratified survival curves from Cox
Proportional Hazard models. It also simulates and plots marginal effects
for multiplicative interactions.
Version: 1.3.10
Date: 2017-05-15
Authors@R: c(
person("Christopher", "Gandrud", email = "[email protected]",
role = c("aut", "cre"))
)
URL: https://CRAN.R-project.org/package=simPH
BugReports: https://github.com/christophergandrud/simPH/issues
Depends: R (>= 3.0.2)
License: GPL-3
Imports: data.table (>= 1.9.6), dplyr (>= 0.4), ggplot2, gridExtra,
lazyeval, MASS, mgcv, stringr, survival, quadprog
Suggests: knitr, stats
VignetteBuilder: knitr
BuildVignettes: true
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-05-15 20:50:42 UTC; cgandrud
Author: Christopher Gandrud [aut, cre]
Maintainer: Christopher Gandrud <[email protected]>
Repository: CRAN
Date/Publication: 2017-05-15 21:02:14 UTC