-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 972 Bytes
/
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
Package: BioPred
Type: Package
Title: An R Package for Biomarkers Analysis in Precision Medicine
Version: 1.0.1
Date: 2024-05-30
Authors@R: c(
person("Zihuan", "Liu", , "zihuan.liu@abbvie.com", role = c("aut", "cre")),
person("Yan", "Sun", , "yan.sun@abbvie.com", role = "aut"),
person("Xin","Huang", , "xin.huang@abbvie.com", role = "aut"))
Maintainer: Zihuan Liu <zihuan.liu@abbvie.com>
Description: Provides functions for training extreme gradient boosting model using propensity score A-learning and weight-learning methods. For details on the A-learning and weight-learning methods, see Chen et al. (2017) <doi:10.1111/biom.12676>.
Encoding: UTF-8
Language: en
License: GPL-3
Imports:
xgboost,
pROC,
ggplot2,
PropCIs,
survival,
survminer,
mgcv,
onewaytests,
car
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
kableExtra
VignetteBuilder: knitr
NeedsCompilation: no
Depends:
R (>= 4.0.0)
LazyData: true