Learn R Programming

PASWR (version 1.0)

Fertilize: Cross and Auto Fertilization

Description

Plants' heights in inches obtained from two seeds, one obtained by cross fertilization and the other by auto fertilization, in two opposite but separate locations of a pot are recorded.

Usage

Fertilize

Arguments

source

Darwin, C. (1876) The Effect of Cross and Self-Fertilization in the Vegetable Kingdom

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(Fertilize)
t.test(cross,self)
detach(Fertilize)

Run the code above in your browser using DataLab