R/grasses.R

#' Tropical grass yield
#'
#' yield as a function of cut height (ht),
#' fertilizer (fert) and cutting interval (int). \cr
#' More explanations in: Ex design, Script, p. 54 \cr
#' Example for: Two-way ANOVA, full factorial
#'
#' @docType data
#'
#' @usage data(grasses)
#'
#' @format An object of class \code{data.frame}
#'
#' @keywords datasets
#'
#' @source Oehlert (2010) Problem 8.6
#'
#' @examples
#' data(grasses)
"grasses"
retodomax/DataRZ documentation built on March 14, 2020, 3:12 p.m.