gomez.heterogeneity | R Documentation |
RCB experiment of rice, heterogeneity of regressions
data("gomez.heterogeneity")
gen
genotype
yield
yield kg/ha
tillers
tillers no/hill
An experiment with 3 genotypes to examine the relationship of yield to number of tillers.
Used with permission of Kwanchai Gomez.
Gomez, K.A. and Gomez, A.A.. 1984, Statistical Procedures for Agricultural Research. Wiley-Interscience. Page 377.
None.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.