R/soyMeanDf.R

#' Soybean means data from Zobel, Wright and Gauch (1988)
#' 
#' @name soyMeanDf
#' @docType data
#'
#' @usage data(soyMeanDf)
#'
#' @format 
#' soyMeanDf An object of class \code{"data.frame"} containing cell means (\code{"y"}) of genotype (\code{"G"}) within environment (\code{"E"})
#' 
#' @keywords soy
#'
#' @references Zobel, R. W., Wright, M. J., & Gauch, H. G. (1988). 
#' Statistical analysis of a yield trial. Agronomy Journal, 80(3), 388-393.
#' (\href{https://dl.sciencesocieties.org/publications/aj/abstracts/80/3/AJ0800030388}{Agronomy Journal})
#'
#' @examples
#' data(soyMeanDf)
#' head(soyMeanDf)
NULL
nsantantonio/Bilinear documentation built on Aug. 18, 2020, 2:31 p.m.