R/data-toy_anova.R

#' Simulated data set for ANOVA
#'
#' Simulated data set for getting a better understanding of intuition that
#' ANOVA is based off of.
#'
#'
#' @name toy_anova
#' @docType data
#' @format A data frame with 70 observations on the following 3 variables.
#' \describe{
#'   \item{group}{a factor with levels \code{I} \code{II} \code{III}}
#'   \item{outcome}{a numeric vector}
#'   }
#' @keywords datasets
#' @examples
#'
#' toy_anova
#'
"toy_anova"
tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.