forked from Causal-LDA/TrialEmulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·44 lines (44 loc) · 1.28 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: RandomisedTrialsEmulation
Title: Design and analysis of target trial emulation on observational data
Version: 0.0.1.2
Authors@R: c(
person(given = "Roonak",
family = "Rezvani",
role = c("aut","cre"),
email = c("[email protected]", "[email protected]"),
comment = c(ORCID = "0000-0001-5580-5058")),
person(given = "Isaac",
family = "Gravestock",
role = "aut",
email = "[email protected]"),
person(given = "Li",
family = "Su",
role = "aut",
email = "[email protected]")
)
Description: This R package is is designed to estimate intention-to-treat and per-protocol effects in emulated trials using electronic health records. The package applies the randomized clinical trials design and analysis to an observational setting.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
LinkingTo:
Rcpp
Imports:
Rcpp,
bigmemory,
data.table (>= 1.9.8),
parglm,
parallel,
doParallel,
foreach,
sandwich,
broom,
assertthat
Suggests:
rmarkdown,
knitr,
rticles
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)