-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 2.28 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 2.28 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
57
58
59
60
61
62
63
64
65
66
Package: psfmi
Type: Package
Depends:
R (>= 4.0.0),
Imports:
ggplot2,
norm,
survival,
mitools,
pROC,
rms,
magrittr,
rsample,
mice,
mitml,
cvAUC,
dplyr,
purrr,
tidyr,
tibble,
stringr,
lme4,
car
Suggests:
foreign (>= 0.8-80),
knitr,
rmarkdown,
testthat (>= 3.0.0),
bookdown,
readr,
gtools,
covr
Title: Prediction Model Pooling, Selection and Performance Evaluation Across Multiply Imputed Datasets
Version: 1.4.0
Authors@R: c(
person("Martijn", "Heymans", email = "mw.heymans@amsterdamumc.nl", role=c("cre", "aut"),
comment = c(ORCID = "0000-0002-3889-0921")),
person("Iris", "Eekhout", email = "iris.eekhout@tno.nl", role=c("ctb")))
Description:
Pooling, backward and forward selection of linear, logistic and Cox regression models in
multiply imputed datasets. Backward and forward selection can be done
from the pooled model using Rubin's Rules (RR), the D1, D2, D3, D4 and
the median p-values method. This is also possible for Mixed models.
The models can contain continuous, dichotomous, categorical and restricted
cubic spline predictors and interaction terms between all these type of predictors.
The stability of the models can be evaluated using (cluster) bootstrapping. The package
further contains functions to pool model performance measures as ROC/AUC, Reclassification,
R-squared, scaled Brier score, H&L test and calibration plots for logistic regression models.
Internal validation can be done across multiply imputed datasets with cross-validation or
bootstrapping. The adjusted intercept after shrinkage of pooled regression coefficients
can be obtained. Backward and forward selection as part of internal validation is possible.
A function to externally validate logistic prediction models in multiple imputed
datasets is available and a function to compare models. For Cox models a strata variable
can be included.
Eekhout (2017) <doi:10.1186/s12874-017-0404-7>.
Wiel (2009) <doi:10.1093/biostatistics/kxp011>.
Marshall (2009) <doi:10.1186/1471-2288-9-57>.
Encoding: UTF-8
LazyData:
true
RoxygenNote: 7.2.3
License: GPL (>= 2)
URL: https://mwheymans.github.io/psfmi/
BugReports: https://github.com/mwheymans/psfmi/issues/
VignetteBuilder: knitr
Config/testthat/edition: 3