exercise_6.28 {CatDataAnalysis} | R Documentation |
Data set for Exercise 6.28.
data(exercise_6.28)
A data frame containing 48 observations (rows) and the following columns:
https://users.stat.ufl.edu/~aa/cda/data.html
Agresti, A. (2013) Categorical Data Analysis, Third Edition. Hoboken, NJ: John Wiley & Sons. ISBN: 978-0-470-46363-5.
# in the source was a table rather than a data frame
# to convert to a table do
data(exercise_6.28)
exercise_6.28_as_table <- xtabs(counts ~ ., data = exercise_6.28)
## Not run: exercise_6.28_as_table