Learn R Programming

SMPracticals (version 1.3-1)

teak: Teak Plant Data

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.

Usage

data(teak)

Arguments

source

Unpublished lecture notes, Imperial College, London.

Examples

Run this code
data(teak)
anova(lm(y~Block*Plant*Root,data=teak),test="F")

Run the code above in your browser using DataLab