Title: | Datasets for Categorical Data Analysis by Agresti |
---|---|
Description: | Datasets used in the book "Categorical Data Analysis" by Agresti (2012, ISBN:978-0-470-46363-5) but not printed in the book. Datasets and help pages were automatically produced from the source <https://users.stat.ufl.edu/~aa/cda/data.html> by the R script foo.R, which can be found in the GitHub repository. |
Authors: | Alan Agesti <[email protected]> |
Maintainer: | Charles J. Geyer <[email protected]> |
License: | GPL (>= 2) |
Version: | 0.1-5 |
Built: | 2025-02-28 05:16:35 UTC |
Source: | https://github.com/cran/CatDataAnalysis |
Clinical trials data set for Exercise 13.17.
data(exercise_13.17)
data(exercise_13.17)
A data frame containing 16 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.
Data for Exercise 14.15 on Buchanan vote in 2000.
data(exercise_14.15)
data(exercise_14.15)
A data frame containing 67 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.
Ray Allen data set for Exercise 4.13.
data(exercise_4.13)
data(exercise_4.13)
A data frame containing 24 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.
Data on Italian credit cards, for Exercise 5.22.
data(exercise_5.22)
data(exercise_5.22)
A data frame containing 31 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.
Rajon Rondo assists data set for Exercise 5.3.
data(exercise_5.3)
data(exercise_5.3)
A data frame containing 77 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.
Data on incontinence study, for Exercise 6.20.
data(exercise_6.20)
data(exercise_6.20)
A data frame containing 21 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.
Data set for Exercise 6.28.
data(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
# 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
Data set for Exercises 6.3 and 9.13.
data(exercise_6.3)
data(exercise_6.3)
A data frame containing 24 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.3) exercise_6.3_as_table <- xtabs(counts ~ ., data = exercise_6.3) ## Not run: exercise_6.3_as_table
# in the source was a table rather than a data frame # to convert to a table do data(exercise_6.3) exercise_6.3_as_table <- xtabs(counts ~ ., data = exercise_6.3) ## Not run: exercise_6.3_as_table
Data set for Exercise 6.7.
data(exercise_6.7)
data(exercise_6.7)
A data frame containing 168 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.7) exercise_6.7_as_table <- xtabs(counts ~ ., data = exercise_6.7) ## Not run: exercise_6.7_as_table
# in the source was a table rather than a data frame # to convert to a table do data(exercise_6.7) exercise_6.7_as_table <- xtabs(counts ~ ., data = exercise_6.7) ## Not run: exercise_6.7_as_table
Data for Exercise 8.18 on dumping severity.
data(exercise_8.18)
data(exercise_8.18)
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_8.18) exercise_8.18_as_table <- xtabs(counts ~ ., data = exercise_8.18) ## Not run: exercise_8.18_as_table
# in the source was a table rather than a data frame # to convert to a table do data(exercise_8.18) exercise_8.18_as_table <- xtabs(counts ~ ., data = exercise_8.18) ## Not run: exercise_8.18_as_table
Data for Exercise 8.28 on satisfaction with housing.
data(exercise_8.28)
data(exercise_8.28)
A data frame containing 72 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_8.28) exercise_8.28_as_table <- xtabs(counts ~ ., data = exercise_8.28) ## Not run: exercise_8.28_as_table
# in the source was a table rather than a data frame # to convert to a table do data(exercise_8.28) exercise_8.28_as_table <- xtabs(counts ~ ., data = exercise_8.28) ## Not run: exercise_8.28_as_table
Government spending data set for Exercise 9.5.
data(exercise_9.5)
data(exercise_9.5)
A data frame containing 81 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.
Data for example in Section 13.4.4 on cluster sampling.
data(section_13.4.4)
data(section_13.4.4)
A data frame containing 96 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.
Alcohol, cigarette, and marijuana use, by gender and race, as in Table 10.1.
data(table_10.1)
data(table_10.1)
A data frame containing 32 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.
Opinions about birth control and premarital sex data set of Table 10.3.
data(table_10.3)
data(table_10.3)
A data frame containing 16 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.
Migration data set of Table 11.5.
data(table_11.5)
data(table_11.5)
A data frame containing 16 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.
Depression data set of Table 12.1 in case form.
data(table_12.1)
data(table_12.1)
A data frame containing 1020 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.
Insomnia data set of Table 12.3.
data(table_12.3)
data(table_12.3)
A data frame containing 478 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.
Presidential election poll data set of Table 13.2.
data(table_13.2)
data(table_13.2)
A data frame containing 51 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.
Attitudes about abortion data set of Table 13.3.
data(table_13.3)
data(table_13.3)
A data frame containing 16 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.
Attitudes toward leading crowd data set of Table 13.8.
data(table_13.8)
data(table_13.8)
A data frame containing 16 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.
Election data set of Table 15.5 (1 = Dem, 0 = Rep).
data(table_15.5)
data(table_15.5)
A data frame containing 51 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.
Grounds for divorce data set of Table 15.6 for Exercise 15.10.
data(table_15.6)
data(table_15.6)
A data frame containing 50 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.
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.)
data(table_4.3)
data(table_4.3)
A data frame containing 173 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.
Teratology study data set of Table 4.7.
data(table_4.7)
data(table_4.7)
A data frame containing 58 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.
Data on surgery and sore throats in Table 6.15, for Exercise 6.8.
data(table_6.15)
data(table_6.15)
A data frame containing 35 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.
Clinical trials data set of Table 6.9.
data(table_6.9)
data(table_6.9)
A data frame containing 32 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.
Full data set for Table 7.2 on endometrial cancer grade.
data(table_7.2)
data(table_7.2)
A data frame containing 79 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.
Alligator food choice data set of Table 8.1.
data(table_8.1)
data(table_8.1)
A data frame containing 80 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.
Full data set for Table 8.5 on happiness, traumatic events, and race.
data(table_8.5)
data(table_8.5)
A data frame containing 97 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.
High school student survey data set of Table 9.3.
data(table_9.3)
data(table_9.3)
A data frame containing 8 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.