getEnrolleeInfo(randPack)
getEnrolleeInfo()所属R语言包:randPack
Returns a named list, data frames by strata giving all covariate information along with allocations
返回命名的列表,数据框协信息给所有阶层一起分配
译者:生物统计家园网 机器人LoveR
描述----------Description----------
return data frames by strata giving all covariate information along with allocations
返回数据框协信息给所有阶层一起分配
用法----------Usage----------
getEnrolleeInfo(x)
参数----------Arguments----------
参数:x
An instance of the ClinicalTrial-class
例如一个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.
一个数据框,每个阶层的名单,目前所有参保。第一列名为name,并给出了病人的姓名,最后一列被命名为alloc“给病人的治疗分配。
作者(S)----------Author(s)----------
RG and VC
举例----------Examples----------
data(CT1)
getEnrolleeInfo(CT1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|