R/ex.r

#' Vines: Split-Plot in Randomized Blocks Design
#'
#' @description Experiment about vines (not published) where one
#' studied the effects of different fertilizers and harvest dates
#' on the pH of grapes.
#' @docType data
#' @keywords datasets
#' @name ex
#' @usage data(ex)
#' @format A data frame with 24 observations on the following 4
#' variables.
#'   \describe{
#'   \item{\code{trat}}{a factor with levels \code{A} \code{B}}
#'   \item{\code{dose}}{a numeric vector}
#'   \item{\code{rep}}{a numeric vector}
#'   \item{\code{resp}}{a numeric vector}
#'   }
#' @author Eric Batista Ferreira,
#'  \email{eric.ferreira@@unifal-mg.edu.br}
NULL

Try the ExpDes package in your browser

Any scripts or data that you put into this service are public.

ExpDes documentation built on Oct. 5, 2021, 9:09 a.m.