-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.25 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
Package: SCR
Title: Sequential Covariate-adaptive Randomization
Version: 1.0.0
Authors@R: c(person(given = "Fanglu",
family = "Chen",
role = c("aut", "cre"),
email = "chenfanglu1031@qq.com"),
person(given = "Haoyu",
family = "Yang",
role = c("aut"),
email = "haoyuyang@ruc.edu.cn"),
person(given = "Yang",
family = "Li",
role = c("aut"),
email = "yang.li@ruc.edu.cn"),
person(given = "Yichen",
family = "Qin",
role = c("aut"),
email = "qinyn@ucmail.uc.edu"))
Author: Fanglu Chen [aut, cre],Haoyu Yang [aut],
Yang Li [aut],
Yichen Qin [aut]
Description: In randomized controlled trial (RCT), balancing covariate is often one of the most important concern. SCR package provides functions to balance the covariates and allocate participants unit-by-unit by covariate-adjusted Adaptive Randomization via Mahalanobis-distance (ARM) for RCT.
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: MASS, tidyverse
Imports: dplyr, readr
NeedsCompilation: no
Packaged: 2024-02-03 02:02:22 UTC; chenf
Maintainer: Fanglu Chen <chenfanglu1031@qq.com>