R Dataset / Package vcd / WeldonDice

On this R-data statistics page, you will find information about the WeldonDice data set which pertains to Weldon's Dice Data. The WeldonDice data set is found in the vcd R package. You can load the WeldonDice data set in R by issuing the following command at the console data("WeldonDice"). This will load the data into a variable called WeldonDice. If R says the WeldonDice data set is not found, you can try installing the package by issuing this command install.packages("vcd") 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 WeldonDice R data set. The size of this file is about 108 bytes.

Weldon's Dice Data

Description

Data from Pearson (1900) about the frequency of 5s and 6s in throws of 12 dice. Weldon tossed the dice 26,306 times and reported his results in a letter to Francis Galton on 1894-02-02.

Usage

data("WeldonDice")

Format

A 1-way table giving the frequency of a 5 or a 6 in 26,306 throws of 12 dice where 10 indicates ‘10 or more’ 5s or 6s. The variable and its levels are

R project statistics dataset table
No Name Levels
1 n56 0, 1, ..., 10

Source

M. Friendly (2000), Visualizing Categorical Data, pages 20–21.

References

K. Pearson (1900), On the criterion that a given system of deviations from the probable in the case of a correlated system of variables is such that it can be reasonably supposed to have arisen by random sampling, Philosophical Magazine, 50 (5th series), 157–175.

M. Friendly (2000), Visualizing Categorical Data. SAS Institute, Cary, NC.

Examples

data("WeldonDice")
gf <- goodfit(WeldonDice, type = "binomial")
summary(gf)
plot(gf)

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

Attachments: csv, json

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