-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.44 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
Package: interactionRCS
Type: Package
Title: Calculate Estimates in Models with Interaction
Version: 0.1.1
Date: 2023-11-21
Authors@R:
c(person(given = "Giorgio",
family = "Melloni",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6371-1334")),
person(given = "Andrea",
family = "Bellavia",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4988-4532")),
person(given = "Hong",
family = "Xiong",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4402-7478")))
Description: A tool to calculate and plot estimates from models
in which an interaction between the main predictor and a continuous covariate has been specified.
Methods used in the package refer to Harrell Jr FE (2015, ISBN:9783319330396);
Durrleman S, Simon R. (1989) <doi:10.1002/sim.4780080504>; Greenland S. (1995) <doi:10.1097/00001648-199507000-00005>.
License: GPL-3
Depends:
R (>= 3.6)
Imports:
graphics,
stats,
utils,
survival,
msm,
rms,
boot,
pspline,
pryr,
stringr
Suggests:
knitr,
rmarkdown,
dplyr,
mlbench,
grDevices,
parallel,
methods
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8
LazyData: true