stan(SMIR)
stan()所属R语言包:SMIR
Stanford Heart Transplantation Programme
斯坦福大学心脏移植计划
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The file contains the data on 65 transplanted patients, consisting of the patient's age at transplantation, prior open-heart surgery (1 = yes, 0 = no), a censoring indicator (1 = yes, 0 = no), the survival time in days after transplant , a score representing the mismatch between the patient's and the donor's tissue type (values range from 0.00 to 3.05), and an indicator for death by rejection (1 = yes, 0 = no). One zero survival time is recoded to 0.5. There are 41 deaths and 24 censored survivals, with 39 distinct death times.
该文件包含65移植患者的数据,包括患者的年龄在移植之前,开放式心脏手术(1 =是,0 =没有),一个审查指标(1 =是,0 =没有),生存时间天移植后,患者和捐赠者的组织类型(值的范围从0.00至3.05)之间的不匹配的得分,和死亡的指标排斥反应(1 =是,0 =否)。一个零的生存时间被重为0.5。有41人死亡和24人审查生存,与39个不同的死亡时间。
用法----------Usage----------
data(stan)
格式----------Format----------
A data frame with 65 observations on the following 12 variables.
65以下12个变量的观察与数据框。
ida numeric vector
id一个数值向量
zaa numeric vector
za一个数值向量
zba numeric vector
zb一个数值向量
agea numeric vector
age一个数值向量
surga numeric vector
surg一个数值向量
acca numeric vector
acc一个数值向量
dieda numeric vector
died一个数值向量
surva numeric vector
surv一个数值向量
nmma numeric vector
nmm一个数值向量
hlaa numeric vector
hla一个数值向量
mma numeric vector
mm一个数值向量
reja numeric vector
rej一个数值向量
注意----------Note----------
See p.422 in SMIR
请参阅p.422在SMIR
源----------Source----------
Crowley, J. and Hu, M. (1977), Covariance analysis of heart transplant survival data. Journal of the American Statistical Association, 72, 27–36.
克劳利J.胡,M.(1977),心脏移植存活数据的协方差分析。 [美国统计协会,72,27-36。
实例----------Examples----------
data(stan)
## maybe str(stan) [#也许STR(标准)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|