-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.96 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
Package: ipd
Title: Inference on Predicted Data
Version: 0.1.4
Authors@R: c(
person(given = "Stephen", family = "Salerno",
email = "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2763-0494")),
person(given = "Jiacheng", family = "Miao",
email = "[email protected]", role = c("aut")),
person(given = "Awan", family = "Afiaz",
email = "[email protected]", role = c("aut")),
person(given = "Kentaro", family = "Hoffman",
email = "[email protected]", role = c("aut")),
person(given = "Anna", family = "Neufeld",
email = "[email protected]", role = c("aut")),
person(given = "Qiongshi", family = "Lu",
email = "[email protected]", role = c("aut")),
person(given = "Tyler H", family = "McCormick",
email = "[email protected]", role = c("aut")),
person(given = "Jeffrey T", family = "Leek",
email = "[email protected]", role = c("aut")))
Maintainer: Stephen Salerno <[email protected]>
Description: Performs valid statistical inference on predicted data (IPD) using recent methods, where for a subset of the data, the outcomes have been predicted by an algorithm. Provides a wrapper function with specified defaults for the type of model and method to be used for estimation and inference. Further provides methods for tidying and summarizing results. Salerno et al., (2024) <doi:10.48550/arXiv.2410.09665>.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/ipd-tools/ipd, https://ipd-tools.github.io/ipd/
BugReports: https://github.com/ipd-tools/ipd/issues
Depends:
R (>= 3.5.0)
Imports:
caret,
gam,
generics,
ranger,
splines,
stats,
MASS,
randomForest
Suggests:
knitr,
patchwork,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US