forked from tagteam/rtmle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.11 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.11 KB
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
Package: rtmle
Title: Analysing Longitudinal Observational and Randomized Data with the Targeted Minimum Loss Estimator
Version: 2025.04.01
Authors@R: c(
person("Helene Charlotti Wiese", "Rytgaard", , "hely@sund.ku.dk", role = c("aut", "cre")),
person("Thomas Alexander", "Gerds", , "tag@biostat.ku.dk", role = c("aut"),
comment = c(ORCID = "0000-0002-5955-816X")),
person("Johan Sebastian", "Ohlendorff", , "johan.sebastian.ohlendorff@sund.ku.dk", role = "ctb"),
person("Michaela", "Lukacova", , "michaela.lukacova@sund.ku.dk", role = "ctb")
)
Description: Flexible implementation of the targeted minimum loss estimators.
Some of the functions are readily optimized for large-scale register data.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
stats,
utils,
data.table,
riskRegression,
Publish,
prodlim,
ggplot2,
survival,
lava,
speedglm,
glmnet,
ranger,
matrixStats
Suggests:
R.rsp,
testthat (>= 3.0.0),
ltmle,
MASS,
knitr,
rmarkdown
Config/testthat/edition: 3