#' Data sample for the one-way ANOVA example
#'
#' @name anova_data
#' @author V. Vancak
#' @docType data
#' @format A data frame with 1000 rows, and 2 columns. Suitable for a one-way ANOVA model.
#' \describe{
#' \item{y}{is the continuous dependent variable}
#' \item{gr}{is the independent factor (treatments) with four distinct levels}
#' }
#' @usage data(anova_data)
#'
#' @keywords datasets
#'
#' @examples
#' data(anova_data)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.