R Dataset / Package mosaicData / Dimes

On this R-data statistics page, you will find information about the Dimes data set which pertains to Weight of dimes. The Dimes data set is found in the mosaicData R package. You can load the Dimes data set in R by issuing the following command at the console data("Dimes"). This will load the data into a variable called Dimes. If R says the Dimes data set is not found, you can try installing the package by issuing this command install.packages("mosaicData") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Dimes R data set. The size of this file is about 343 bytes.

Weight of dimes

Description

Weights of a sample of dimes.

Usage

data(Dimes)

Format

A data frame with 30 observations on the following 2 variables.

  • mass mass of dime in grams

  • year year the dime was minted

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.

Source

Data were collected by Michael Stob.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-mosaicdata-dimes.html" width="100%" height="100%" style="border:0px"></iframe>