-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.65 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.65 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: cfperformance
Title: Counterfactual Prediction Model Performance Estimation
Version: 0.5.0
Authors@R: c(
person("Christopher", "Boyer",
email = "cboyer@hsph.harvard.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0935-8722")),
person("Issa", "Dahabreh",
role = "aut",
comment = c(ORCID = "0000-0002-1195-1850")),
person("Jon", "Steingrimsson",
role = "aut",
comment = c(ORCID = "0000-0002-8284-8877"))
)
Description: Provides methods for estimating model performance measures
(mean squared error, area under the ROC curve, calibration) under
hypothetical/counterfactual interventions. Implements conditional loss,
inverse probability weighting, and doubly robust estimators from
Boyer, Dahabreh & Steingrimsson (2025) <doi:10.1002/sim.70287>.
These methods are essential when prediction models will be deployed
in settings where treatment policies differ from training, or when
predictions support treatment decisions.
License: MIT + file LICENSE
URL: https://github.com/boyercb/cfperformance,
https://boyercb.github.io/cfperformance/
BugReports: https://github.com/boyercb/cfperformance/issues
Depends:
R (>= 4.0.0)
Imports:
stats,
graphics,
grDevices,
rlang (>= 1.0.0)
Suggests:
MASS,
mgcv,
boot,
ggplot2,
glmnet,
grf,
knitr,
patchwork,
pROC,
ranger,
rmarkdown,
SuperLearner,
testthat (>= 3.0.0),
WeightedROC,
xgboost
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2