chimps(SMPracticals)
chimps()所属R语言包:SMPracticals
Chimpanzee Learning Data
黑猩猩学习资料
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These are the times in minutes taken for four chimpanzees to learn each of four words.
这些是时代在采取四个黑猩猩学习每个四个字的分钟。
用法----------Usage----------
data(chimps)
格式----------Format----------
A data frame with 40 observations on the following 3 variables.
一种数据框与40上的以下3个变量的观测。
chimp a factor with levels 1-4
黑猩猩的一个因素水平1-4
word a factor with 1-10
字的一个因素1-10
y learning time (minutes)
Ÿ学习时间(分钟)
源----------Source----------
Brown, B. W. and Hollander, M. (1977) Statistics: A Biomedical Introduction. New York: Wiley.
布朗,BW和霍兰德的,M.(1977)统计:A生物医学介绍。北京:科学出版社。
参考文献----------References----------
Page 485.
实例----------Examples----------
data(chimps)
anova(glm(y~chimp+word,Gamma(log),data=chimps),test="F")
anova(glm(y~word+chimp,Gamma(log),data=chimps),test="F")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|