#' Simulated dataset for ANOVA
#'
#' Simulated dataset 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.