ex09.44 {Devore5}R Documentation

data from exercise 9.44

Description

The ex09.44 data frame has 9 rows and 3 columns representing the results of an experiment to compare the yields (kg/ha) or Sundance winter wheat and Manitou spring wheat.

Usage

data(ex09.44)

Format

This data frame contains the following columns:

Location
a numeric vector indicating the location
Sundance
a numeric vector of yields (kg/ha) of Sundance winter wheat
Manitou
a numeric vector of yields (kg/ha) of Manitou spring wheat

Source

Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury

References

(1991) ``Agronomic performance of winter versus spring wheat'', Agronomic Journal, 527-531.

Examples

data(ex09.44)
str(ex09.44)

[Package Devore5 version 0.4-5 Index]