Funeral {BSDA} | R Documentation |
Cost of funeral by region of country
Description
Data for Exercise 8.54
Usage
Funeral
Format
A data frame/tibble with 400 observations on two variables
- region
a factor with levels
Central
,East,
South
, andWest
- cost
a factor with levels
less than expected
,about what expected
, andmore than expected
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
T1 <- xtabs(~region + cost, data = Funeral)
T1
chisq.test(T1)
rm(T1)
[Package BSDA version 1.2.2 Index]