R/doc_anova_data.R

#' 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
vancak/NNTcalculator documentation built on April 7, 2022, 3:48 a.m.