Funeral: Cost of funeral by region of country

FuneralR 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, and West

cost

a factor with levels less than expected, about what expected, and more 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)


alanarnholt/BSDA documentation built on Sept. 15, 2023, 4:55 a.m.