R/m_anova.R

#' m_anova
#' 
#' @description 
#' A data frame with the volume of new stores by category 
#' for urban, suburban and rural areas.
#' 
#' @usage m_anova
#' @docType data
#' 
#' @format A data frame with 54 observations of 4 columns:
#' \describe{
#'   \item{\code{Categories}}{integer representing three categories}
#'   \item{\code{UrbanAreas}}{coding for urban, suburban and rural areas}
#'   \item{\code{Month}}{integer representing three months}
#'   \item{\code{Volume}}{volume in cubic meters}
#'   }
#' 
#' @name m_anova
#' @source The original data are available at 
#' \href{http://www.statistics.gr/}{Hellenic Statistical Authority}
#' 
NULL

Try the gginference package in your browser

Any scripts or data that you put into this service are public.

gginference documentation built on Nov. 10, 2020, 5:10 p.m.