R Dataset / Package vcd / Saxony

On this R-data statistics page, you will find information about the Saxony data set which pertains to Families in Saxony. The Saxony data set is found in the vcd R package. You can load the Saxony data set in R by issuing the following command at the console data("Saxony"). This will load the data into a variable called Saxony. If R says the Saxony 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 Saxony R data set. The size of this file is about 120 bytes.

Families in Saxony

Description

Data from Geissler, cited in Sokal & Rohlf (1969) and Lindsey (1995) on gender distributions in families in Saxony in the 19th century.

Usage

data("Saxony")

Format

A 1-way table giving the number of male children in 6115 families of size 12. The variable and its levels are

R project statistics dataset table
No Name Levels
1 nMales 0, 1, ..., 12

Source

M. Friendly (2000), Visualizing Categorical Data, pages 40–42.

References

J. K. Lindsey (1995), Analysis of Frequency and Count Data. Oxford University Press, Oxford, UK.

R. R. Sokal & F. J. Rohlf (1969), Biometry. The Principles and Practice of Statistics. W. H. Freeman, San Francisco, CA.

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

Examples

data("Saxony")
gf <- goodfit(Saxony, 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-saxony.html" width="100%" height="100%" style="border:0px"></iframe>