getEnrolleeInfo {randPack}R Documentation

Returns a named list, data frames by strata giving all covariate information along with allocations

Description

return data frames by strata giving all covariate information along with allocations

Usage

getEnrolleeInfo(x)

Arguments

x

An instance of the ClinicalTrial-class

Value

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.

Author(s)

RG and VC

Examples

data(CT1)
getEnrolleeInfo(CT1)

[Package randPack version 1.28.0 Index]