-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.54 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
53
54
Package: SensIAT
Title: Sensitivity Analysis for Irregular Assessment Times
Version: 0.1.1
Authors@R: c(
person("Andrew", "Redd", , "andrew.redd@hsc.utah.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6149-2438")),
person("Yujing", "Gao", , "ygao39@ncsu.edu", role = c("aut")),
person("Shu", "Yang", , "syang24@ncsu.edu", role = c("aut")),
person("Bonnie", "Smith", , "bsmit179@jhmi.edu", role = c("aut")),
person("Agatha", "Mallett", , "agatha@geometrian.com", role = c("ctb", "ctr")),
person("Daniel", "Scharfstein", , "daniel.scharfstein@hsc.utah.edu", role = c("pdr", "aut"),
comment = c(ORCID = "0000-0001-7482-9653")),
person("University of Utah", role="cph")
)
Description: Sensitivity analysis for trials with irregular and informative
assessment times, based on a new influence function-based, augmented
inverse intensity-weighted estimator.
Language: en-US
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
assertthat,
dplyr,
glue,
KernSmooth,
MASS,
methods,
orthogonalsplinebasis,
pracma,
purrr,
Rcpp (>= 1.0.12),
rlang,
splines,
stats,
survival,
tibble,
tidyr,
utils
Suggests:
dfoptim,
inline,
progress,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.4.0)
LazyData: true
LinkingTo: Rcpp
SystemRequirements: C++17
URL: https://github.com/UofUEpiBio/SensIAT
BugReports: https://github.com/UofUEpiBio/SensIAT/issues