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

Try the mosaicData package in your browser

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

mosaicData documentation built on Nov. 5, 2023, 9:06 a.m.