-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.3 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
Package: GSAMU
Version: 1.2
Title: Generalized Sensitivity Analysis for Multiple Exposures in
Presence of Unmeasured Confounding
Description: GSAMU is a package for accommodating statistical models involving Gaussian, non-Gaussian, and time-to-event outcome variables and multiple exposures, proving indispensable in the context of unmeasured confounding.
License: MIT + file LICENSE
URL: https://sites.google.com/view/lwj221/research/softwares,
https://github.com/seungjae2525/GSAMU
BugReports: https://github.com/seungjae2525/GSAMU/issues
Imports: dplyr, ggplot2, methods, optiSolve, RColorBrewer, readr,
stats, survival, timereg
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
NeedsCompilation: no
Authors@R:
c(person(given = "Seungjae",
family = "Lee",
role = c("aut", "cre"),
email = "seungjae2525@gmail.com"),
person(given = "Boram",
family = "Jeong",
role = "aut"),
person(given = "Donghwan",
family = "Lee",
role = "aut"),
person(given = "Woojoo",
family = "Lee",
role = "aut"))
Author: Seungjae Lee [aut, cre],
Boram Jeong [aut],
Donghwan Lee [aut],
Woojoo Lee [aut]
Packaged: 2024-10-23 07:42:02 UTC; seung
Maintainer: Seungjae Lee <seungjae2525@gmail.com>