-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.77 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
Package: CARM
Title: Covariate-Adjusted Adaptive Randomization via
Mahalanobis-Distance
Version: 1.1.0
Authors@R: c(person(given = "Haoyu",
family = "Yang",
role = c("aut"),
email = "[email protected]"),
person(given = "Fanglu",
family = "Chen",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Yichen",
family = "Qin",
role = c("aut"),
email = "[email protected]"),
person(given = "Yang",
family = "Li",
role = c("aut"),
email = "[email protected]"))
Author: Haoyu Yang [aut],
Fanglu Chen [aut, cre],
Yichen Qin [aut],
Yang Li [aut]
Maintainer: Fanglu Chen <[email protected]>
Description: In randomized controlled trial (RCT), balancing covariate is often one of the most important concern. CARM package provides functions to balance the covariates and generate allocation sequence by covariate-adjusted Adaptive Randomization via Mahalanobis-distance (ARM) for RCT. About what ARM is and how it works please see Y. Qin, Y. Li, W. Ma, H. Yang, and F. Hu (2022). "Adaptive randomization via Mahalanobis distance" Statistica Sinica. <doi:10.5705/ss.202020.0440>. In addition, the package is also suitable for the randomization process of multi-arm trials. For details, please see Yang H, Qin Y, Wang F, et al. (2023). "Balancing covariates in multi-arm trials via adaptive randomization" Computational Statistics & Data Analysis.<doi:10.1016/j.csda.2022.107642>.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R(>= 3.6.0),stats
Imports: arrangements,dplyr,MASS
NeedsCompilation: no
Packaged: 2023-06-07 15:17:17 UTC; star
Repository: CRAN
Date/Publication: 2023-06-07 16:40:14 UTC