-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.43 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
Package: RMSTSens
Version: 1.1.0
Title: Sensitivity analysis for unmeasured confounding in estimating
the difference in restricted mean survival time
Description: RMSTSens is a package aimed at providing a novel sensitivity analysis method for the RMST difference when unmeasured confounding is suspected. Given a user-specified sensitivity parameter, the sensitivity range of the difference in adjusted RMST is calculated with the percentile bootstrap confidence interval for the population sensitivity range.
License: MIT + file LICENSE
URL: https://github.com/seungjae2525/RMSTSens
BugReports: https://github.com/seungjae2525/RMSTSens/issues
Depends: R (>= 4.0.0), stats, graphics
Imports: doParallel, doRNG, foreach, ggplot2, optimParallel, parallel
Suggests: gbm, randomForest
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
NeedsCompilation: no
Authors@R:
c(person(given = "Seungjae",
family = "Lee",
role = c("aut", "cre"),
email = "seungjae2525@gmail.com",
comment = c(ORCID = "0000-0001-5508-8634")),
person(given = "Woojoo",
family = "Lee",
role = "aut",
comment = c(ORCID = "0000-0001-7447-7045")))
Packaged: 2024-10-17 04:33:43 UTC; seung
Author: Seungjae Lee [aut, cre] (<https://orcid.org/0000-0001-5508-8634>),
Woojoo Lee [aut] (<https://orcid.org/0000-0001-7447-7045>)
Maintainer: Seungjae Lee <seungjae2525@gmail.com>