lung.data(SIS)
lung.data()所属R语言包:SIS
Dataset for SIS
数据集的SIS
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Lung cancer dataset used to test SIS algorithm
肺癌数据集用于测试SIS算法
用法----------Usage----------
data(lung.data)
格式----------Format----------
A dataset consisting of 137 observations with their survival time, censor status as well as 6 features.
数据集由137观察他们的生存时间,检查状态,以及6的特性。
xx contains 6 columns of the following variables: trt (1=standard treatment, and 2=test); celltype (1=squamous, 2=smallcell, 3=adeno, and 4=large); karno (Karnofsky performance score); diagtime (months from diagnosis to randomization); age (in years); prior (prior therapy 0=no, and 1=yes)
XX包含6列的以下变量:TRT(1 =标准治疗,2 =测试); CELLTYPE(1 =鳞癌,2 = smallcell,3 =腺,4 =大);卡诺(Karnofsky评分); diagtime (月从诊断到随机化),年龄(年)之前的治疗前(0 =否,1 =是)
timesurvival time
timesurvival时间
statuscensor status
statuscensor状态
参考文献----------References----------
Kalbfleisch, J. and Prentice, R. (2002) The Statistical Analysis of Failure Time Data J. Wiley, Hoboken, N.J.
实例----------Examples----------
data(lung.data)
attach(lung.data)
fit <- SIS(lung.data, model='cox')
detach(lung.data)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|