exercise_8.28 {CatDataAnalysis}R Documentation

Data for Exercise 8.28 on Satisfaction with Housing

Description

Data for Exercise 8.28 on satisfaction with housing.

Usage

data(exercise_8.28)

Format

A data frame containing 72 observations (rows) and the following columns:

Satisfaction
Contact
Influence
Housing
counts

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.

Examples

# 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

[Package CatDataAnalysis version 0.1-5 Index]