Bartlett(vcdExtra)
Bartlett()所属R语言包:vcdExtra
Bartlett data on plum root cuttings
与巴特利特的数据梅花的根插穗
译者:生物统计家园网 机器人LoveR
描述----------Description----------
In an experiment to investigate the effect of cuitting length (two levels) and planting time (two levels) on the survival of plum root cuttings, 240 cuttings were planted for each of the 2 x 2 combinations of these factors, and their survival was later recorded.
调查的效果cuitting长度(二级)和种植时间(二级)的生存梅花根插在一个实验中,240扦插种植的2×2的组合,这些因素后,他们的生存记录。
Bartlett (1935) used these data to illustrate a method for testing for no three-way interaction in a contingency table.
巴特利特(1935)使用这些数据的,没有三方互动的应急表中说明的方法进行测试。
用法----------Usage----------
data(Bartlett)
格式----------Format----------
A 3-dimensional array resulting from cross-tabulating 3 variables for 960 observations. The variable names and their levels are:
一个3维数组从960观察3个变量交叉制表。变量的名字和他们的水平:
Name
名称
Alive
Alive
Time
Time
Length
Length
源----------Source----------
Hand, D. and Daly, F. and Lunn, A. D.and McConway, K. J. and Ostrowski, E. (1994). A Handbook of Small Data Sets. London: Chapman & Hall, p. 15, # 19.
另一方面,D.和Daly,F.和伦恩,ADand McConway,KJ和奥斯特洛夫斯基,E.(1994)。小的数据集一本手册。伦敦:查普曼和霍尔。 15,#19。
参考文献----------References----------
Contingency Table Interactions Journal of the Royal Statistical Society, Supplement, 1935, 2, 248-252.
实例----------Examples----------
data(Bartlett)
# example goes here[例如在这里]
fourfold(Bartlett, mfrow=c(1,2))
mosaic(Bartlett, shade=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|