teak(SMPracticals)
teak()所属R语言包:SMPracticals
Teak Plant Data
柚木工厂数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These are data from an experiment on the growth of teak plants after one season, using two planting methods and three root lengths. Plants were laid out in four randomised blocks, each consisting of 6 plots with 50 plants in each plot.
这些都是从后的柚木植物生长的实验数据一个赛季,两个种植方法和三根长度。植物在四个随机区组,每6图有50家工厂在每个小区组成的。
用法----------Usage----------
data(teak)
格式----------Format----------
A data frame with 24 observations on the following 4 variables.
一个数据框有24以下4个变量的观察。
Block Block labels.
BLOCK块标签。
Plant A indicates planting using pits, B using crowbar.
植物A表示种植坑,B使用撬棍。
Root length, 4, 6 or 8 inches.
根长,4,6或8英寸。
y mean height (inches) of the 50 plants grown on each plot.
Ÿ每个图上生长的50种植物的平均高度(英寸)。
源----------Source----------
Unpublished lecture notes, Imperial College, London.
未发表的讲义,伦敦帝国学院。
实例----------Examples----------
data(teak)
anova(lm(y~Block*Plant*Root,data=teak),test="F")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|