gomez.heterogeneity: RCB experiment of rice, heterogeneity of regressions

gomez.heterogeneityR Documentation

RCB experiment of rice, heterogeneity of regressions

Description

RCB experiment of rice, heterogeneity of regressions

Usage

data("gomez.heterogeneity")

Format

gen

genotype

yield

yield kg/ha

tillers

tillers no/hill

Details

An experiment with 3 genotypes to examine the relationship of yield to number of tillers.

Used with permission of Kwanchai Gomez.

Source

Gomez, K.A. and Gomez, A.A.. 1984, Statistical Procedures for Agricultural Research. Wiley-Interscience. Page 377.

References

None.

Examples

## Not run: 

library(agridat)
data(gomez.heterogeneity)
dat <- gomez.heterogeneity

  libs(lattice)
  xyplot(yield ~ tillers, dat, groups=gen,
         type=c("p","r"),
         main="gomez.heterogeneity")

## End(Not run)

kwstat/agridat documentation built on April 19, 2024, 9:18 a.m.