HuHuCAR.ui {carat} | R Documentation |
Command-line User Interface Using Hu and Hu's General Covariate-adaptive Randomization
Description
A call to the user-iterface function used to allocate patients to one of two treatments using Hu and Hu's general covariate-adaptive randomization method as proposed by Hu Y, Hu F (2012) <doi:10.1214/12-AOS983>.
Usage
HuHuCAR.ui(path, folder = "HuHuCAR")
Arguments
path |
the path in which a folder used to store variables will be created. |
folder |
name of the folder. If default, a folder named |
Details
See HuHuCAR
Value
It returns an object of class
"carseq"
.
The function print
is used to obtain results. The generic accessor functions assignment
, covariate
, cov_num
, cov_profile
and others extract various useful features of the value returned by HuHuCAR.ui
.
Note
This function provides a command-line interface so that users should follow the prompts to enter data, including covariates as well as levels for each covariate, weights omega
, biased probability p
and the covariate profile of the new patient.
References
Hu Y, Hu F. Asymptotic properties of covariate-adaptive randomization[J]. The Annals of Statistics, 2012, 40(3): 1794-1815.
Ma W, Ye X, Tu F, Hu F. carat: Covariate-Adaptive Randomization for Clinical Trials[J]. Journal of Statistical Software, 2023, 107(2): 1-47.
See Also
See HuHuCAR
for allocating patients with complete covariate data; See HuHuCAR.sim
for allocating patients with covariate data generating mechanism.