R/DimesDoc.R

#' Weight of dimes
#'
#' Weights of a sample of dimes.
#'
#' @docType data
#' @name Dimes
#' @usage data(Dimes)
#' @format  A data frame with 30 observations on the following 2 variables.
#' \describe{
#' \item{\code{mass}}{ mass of dime in grams}
#' \item{\code{year}}{ year the dime was minted}
#' }
#' @source Data were collected by Michael Stob.
#' @details These data were collected on a sample taken from a large sack of dimes
#' for the purpose of estimating the total number of dimes in the sack based on the
#' weights of the individual dimes.
#'
NA
ProjectMOSAIC/mosaicData documentation built on Nov. 15, 2023, 3:49 p.m.