Implements all of the regression methods considered in Ma et al. (2020) for estimating and inferring the treatment effect under covariate-adaptive randomization.
The package caratREG can be installed from GitHub:
if(!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github('FuyiTu/caratREG')