R/ex6.r

#' Fictional data 1
#'
#' @description Data simulated from a standard normal
#' distribution for an experiment in triple factorial scheme.
#' @docType data
#' @keywords datasets
#' @name ex6
#' @usage data(ex6)
#' @format A data frame with 24 observations on the following
#' 5 variables.
#'   \describe{
#'    \item{\code{fatorA}}{a numeric vector}
#'    \item{\code{fatorB}}{a numeric vector}
#'    \item{\code{fatorC}}{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.