getEnrolleeInfo {randPack} | R Documentation |
return data frames by strata giving all covariate information along with allocations
getEnrolleeInfo(x)
x |
An instance of the |
A list of data frames, one per stratum, for all current enrollees.
The first column is named name
and gives the patient name, the
last column is named alloc
and gives the treatment allocation
for that patient.
RG and VC
data(CT1) getEnrolleeInfo(CT1)