8.2.45.50 octave.dataset.PlantGrowth

Static Method: out = PlantGrowth ()

Results from an Experiment on Plant Growth

Description

Results from an experiment to compare yields (as measured by dried weight of plants) obtained under a control and two different treatment conditions.

Format

group

Treatment condition group.

weight

Weight of plants.

Source

Dobson, A. J. (1983). An Introduction to Statistical Modelling. London: Chapman and Hall.

Examples

t = octave.dataset.PlantGrowth;

# TODO: Port anova to Octave