R/MilkConsumption.R

#' Milk consumption
#'
#' @description
#' A data frame containing a sample of the number of cow,
#' sheep and goat milk bottles sold.
#'
#' @usage MilkConsumption
#' @docType data
#'
#' @format A data frame with 13 observations of 3 columns:
#' \describe{
#'   \item{\code{Cow.Milk}}{number of cow milk bottles}
#'   \item{\code{Sheep.Milk}}{number of sheep milk bottles}
#'   \item{\code{Goat.Milk}}{number of goat milk bottles}
#'   }
#'
#' @name MilkConsumption
#' @source The original data are available at
#' \href{http://www.statistics.gr/}{Hellenic Statistical Authority}
#'
NULL
okgreece/gginference documentation built on July 6, 2023, 10:02 a.m.