breslow.dat(robust)
breslow.dat()所属R语言包:robust
Breslow Data
布瑞斯罗夫数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Patients suffering from simple or complex partial seizures were randomized to receive either the antiepileptic drug progabide or a placebo. At each of four successive postrandomization clinic visits, the number of seizures occuring over the previous two weeks was reported.
患者随机接受的的抗癫痫药物progabide或安慰剂无论是从简单或复杂部分性发作的痛苦。在每4个连续的随机化后就诊次数,发作发生的前两周进行了报道。
用法----------Usage----------
data(breslow.dat)
格式----------Format----------
A data frame with 59 observations on the following 12 variables.
59以下12个变量的观察数据框。
ID an integer value specifying the patient identification number.
ID一个整数值,指定病人的识别号码。
Y1 an integer value, the number of seizures during the first two week period.
Y1一个整数值,发作次数的前两个周的时间。
Y2 an integer value, the number of seizures during the second two week period.
Y2一个整数值,数目癫痫发作期间所述第二2周期间的。
Y3 an integer value, the number of seizures during the third two week period.
Y3一个整数值,在第三两周内发作次数。
Y4 an integer value, the number of seizures during the fourth two week period.
Y4一个整数值,在第四两周内发作次数。
Base an integer value giving the eight-week baseline seizure count.
Base八周的基线扣押数的整数值。
Age an integer value giving the age of the parient in years.
Age一个整数值,给年龄的多年的parient在。
Trt the treatment: a factor with levels placebo and progabide.
Trt治疗的因素与水平placebo和progabide。
Ysum an integer value, the sum of Y1, Y2, Y3 and Y4.
Ysum一个整数值,的总和Y1,Y2,Y3和Y4。
sumY an integer value, the sum of Y1, Y2, Y3 and Y4.
sumY一个整数值,的总和Y1,Y2,Y3和Y4。
Age10 a numeric value, Age divided by 10.
Age10一个数字值,Age的除以10。
Base4 a numeric value, Base divided by 4.
Base4一个数字值,Base的除以4。
参考文献----------References----------
实例----------Examples----------
data(breslow.dat)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|