-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: adjrct
Type: Package
Title: Efficient Estimators for Survival and Ordinal Outcomes in RCTs Without Proportional Hazards and Odds Assumptions
Version: 0.1.0.9000
Authors@R:
c(person(given = "Iván",
family = "Díaz",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-9056-2047")),
person(given = "Nicholas",
family = "Williams",
role = c("cre", "aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1378-4831")))
Description: Adjusted estimators for the restriced mean survival time,
survival probability, average log odds ratio, the Mann-Whitney estimand,
and CDF and PMF in randomized controlled trials with survival or ordinal outcomes
without the proportional hazards and proportional odds assumptions as
described in Díaz, et. al (2019) <doi:10.1007/s10985-019-09484-y>,
Díaz, et. al (2015) <doi:10.1111/biom.12450>, and Benkeser, et. al (2020) <doi:10.1101/2020.04.19.20069922>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
cli,
listenv,
future,
simul,
glm2,
R6,
origami,
glmnet,
caret,
fastglm,
generics
URL: https://github.com/nt-williams/adjrct
BugReports: https://github.com/nt-williams/adjrct/issues
RoxygenNote: 7.1.1
Suggests:
survival,
testthat
Depends:
R (>= 2.10)