table_4.3 {CatDataAnalysis} | R Documentation |
Horseshoe Crab Data Set of Table 4.3
Description
Horseshoe crab data set of Table 4.3. (Here y is whether a female crab has a satellite (1=yes, 0=no) and weight is in grams, rather than kg as in the text. Also, color has values 1-5 with 1=light; there were no crabs of color 1, so in the text, color was re-coded as color - 1 to give values 1, 2, 3, 4.)
Usage
data(table_4.3)
Format
A data frame containing 173 observations (rows) and the following columns:
- color
- spine
- width
- satell
- weight
- y
Source
https://users.stat.ufl.edu/~aa/cda/data.html
References
Agresti, A. (2013) Categorical Data Analysis, Third Edition. Hoboken, NJ: John Wiley & Sons. ISBN: 978-0-470-46363-5.
[Package CatDataAnalysis version 0.1-5 Index]