teak {SMPracticals} | R Documentation |
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.
data(teak)
A data frame with 24 observations on the following 4 variables.
A
indicates planting using pits, B
using crowbar.4
, 6
or 8
inches.Unpublished lecture notes, Imperial College, London.
data(teak) anova(lm(y~Block*Plant*Root,data=teak),test="F")