ulcer(SMPracticals)
ulcer()所属R语言包:SMPracticals
Recurrent Bleeding from Ulcers
复发性溃疡出血
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data from 40 experiments to compare a new surgery for stomach ulcer
从40实验数据比较新的手术治疗胃,十二指肠溃疡
用法----------Usage----------
data(ulcer)
格式----------Format----------
A data frame with 80 observations on the following 9 variables.
80以下9个变量的观察与数据框。
author Author of study from which data taken
笔者从作者的研究数据
year Year of publication
出版年份
quality Assessment of quality of trial on which data based
质量上的试验数据为基础的质量评估
age Mean age of patients
年龄患者的平均年龄为
r Number of patients without recurrent bleeding
R个无复发性出血患者
m Total number of patients
米病人总数
bleed a numeric vector
流血的数字矢量
treat Factor giving control (C) or variants of new treatment
治疗因素给予控制(C)或新的治疗方法的变体
table Factor giving 2x2 table corresponding to each trial
2x2表的相应表因素对每个审判
源----------Source----------
Efron, B. (1996) Empirical Bayes methods for combining likelihoods (with Discussion). Journal of the American Statistical Association, 91, 538–565.
埃夫隆,B.(1996)的经验Bayes方法,用于组合的似然性(与讨论)。 [美国统计协会,91,538-565。
Errors in the data given in the paper have been corrected
文中给出的数据中的错误已被纠正
参考文献----------References----------
Page 496.
实例----------Examples----------
data(ulcer)
glm(cbind(r,m-r)~table+treat,data=ulcer,family=binomial)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|