找回密码
 注册
查看: 1587|回复: 0

R语言:gehan()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 21:46:04 | 显示全部楼层 |阅读模式
gehan(MASS)
gehan()所属R语言包:MASS

                                         Remission Times of Leukaemia Patients
                                         白血病患者缓解时报

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

A data frame from a trial of 42 leukaemia patients. Some were treated with the drug 6-mercaptopurine and the rest are controls.  The trial was designed as matched pairs, both withdrawn from the trial when either came out of remission.
一个由42名白血病患者的试验数据框。一些治疗药物6  - 巯基,其余的是控制。配对试验的目的是,无论是从审判中撤回时缓解。


用法----------Usage----------


gehan



格式----------Format----------

This data frame contains the following columns:
这个数据框包含下列资料:

label for pair.
标签为一双。

remission time in weeks.
在几周的缓解时间。

censoring, 0/1.
审查,0/1。

treatment, control or 6-MP.
治疗,控制或6-MP。


源----------Source----------

Cox, D. R. and Oakes, D. (1984) Analysis of Survival Data. Chapman & Hall, p. 7. Taken from
考克斯,DR和奥克斯,D.(1984)分析生存数据。查普曼和霍尔,P。 7。取自

Gehan, E.A. (1965) A generalized Wilcoxon test for comparing arbitrarily single-censored samples. Biometrika 52, 203–233.
gehan,E.A. (1965)广义比较随意单尾样本Wilcoxon检验。 biometrika 52,203-233。


参考文献----------References----------

Modern Applied Statistics with S. Fourth edition.  Springer.

举例----------Examples----------


library(survival)
gehan.surv <- survfit(Surv(time, cens) ~ treat, data = gehan,
     conf.type = "log-log")
summary(gehan.surv)
survreg(Surv(time, cens) ~ factor(pair) + treat, gehan, dist = "exponential")
summary(survreg(Surv(time, cens) ~ treat, gehan, dist = "exponential"))
summary(survreg(Surv(time, cens) ~ treat, gehan))
gehan.cox <- coxph(Surv(time, cens) ~ treat, gehan)
summary(gehan.cox)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 13:16 , Processed in 0.020063 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表